Trait thrift_pool::FromReadTransport[][src]

pub trait FromReadTransport: TInputProtocol {
    type ReadTransport: TReadTransport;
    fn from_read_transport(r_tran: Self::ReadTransport) -> Self;
}
Expand description

Create self from a TReadTransport

Associated Types

Required methods

Implementations on Foreign Types

Implementors