pub type TrackUnixChannel = TrackChannel<UnixChannel>;
Expand description

A TrackChannel which uses UnixStreams.