[][src]Trait thrift::transport::TReadTransport

pub trait TReadTransport: Read { }

Identifies a transport used by a TInputProtocol to receive bytes.

Implementors

impl<T> TReadTransport for T where
    T: Read
[src]

Loading content...