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

pub trait TTransport: Read + Write { }

Marker trait identifying a TTransport that can be used to send/receive Thrift messages.

Implementors