Trait rift::transport::TTransport [] [src]

pub trait TTransport: Read + Write { }

Marker trait identifying a channel that can be used to send/receive bytes.

Implementors