Trait thrift_pool::FromWriteTransport[][src]

pub trait FromWriteTransport: TOutputProtocol {
    type WriteTransport: TWriteTransport;
    fn from_write_transport(w_tran: Self::WriteTransport) -> Self;
}
Expand description

Create self from a TWriteTransport

Associated Types

Required methods

Implementations on Foreign Types

Implementors