pub trait TWriteTransport: Write { }
Expand description

Identifies a transport used by TOutputProtocol to send bytes.

Implementors