Type Definition scuttlebutt::channel::UnixChannel  
source · [−]pub type UnixChannel = SyncChannel<BufReader<UnixStream>, BufWriter<UnixStream>>;Expand description
A SyncChannel which uses UnixStreams.
pub type UnixChannel = SyncChannel<BufReader<UnixStream>, BufWriter<UnixStream>>;A SyncChannel which uses UnixStreams.