Trait thrift::transport::TReadTransport

source ·
pub trait TReadTransport: Read { }
Expand description

Identifies a transport used by a TInputProtocol to receive bytes.

Implementors§

source§

impl<T> TReadTransport for T
where T: Read,