Trait thrift::transport::TReadTransport
source · pub trait TReadTransport: Read { }
Expand description
Identifies a transport used by a TInputProtocol
to receive bytes.
pub trait TReadTransport: Read { }
Identifies a transport used by a TInputProtocol
to receive bytes.