[][src]Trait thrift::transport::TWriteTransport

pub trait TWriteTransport: Write { }

Identifies a transport used by TOutputProtocol to send bytes.

Implementors

impl<T> TWriteTransport for T where
    T: Write
[src]

Loading content...