Trait terminal_thrift::processor::Processor [] [src]

pub trait Processor<P: Protocol, T: Transport> {
    fn process(&self, prot: &mut P, transport: &mut T) -> Result<()>;
}

Required Methods

Implementors