Trait thrift::transport::TTransport [] [src]

pub trait TTransport: Read + Write { }

Identifies an I/O channel that can be used to send and receive bytes.

Implementors