thrift::transport

Trait 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,