Trait terminal_thrift::protocol::Encode [] [src]

pub trait Encode: ThriftTyped {
    fn encode<P, T>(&self, _: &mut P, _: &mut T) -> Result<()>
    where
        P: Protocol,
        T: Transport
; fn should_encode(&self) -> bool { ... } }

Required Methods

Provided Methods

Implementors