Trait thrift::transport::TWriteTransport

source ·
pub trait TWriteTransport: Write { }
Expand description

Identifies a transport used by TOutputProtocol to send bytes.

Implementors§

source§

impl<T> TWriteTransport for T
where T: Write,