Trait thrift_pool::FromWrite[][src]

pub trait FromWrite: TWriteTransport {
    type Write: Write;
    fn from_write(write: Self::Write) -> Self;
}
Expand description

Create self from a Write

Associated Types

Required methods

Implementations on Foreign Types

Implementors