pub trait TReadTransport: Read { }
Expand description

Identifies a transport used by a TInputProtocol to receive bytes.

Implementors