Trait thrift_pool::FromProtocol [−][src]
pub trait FromProtocol {
type InputProtocol: TInputProtocol;
type OutputProtocol: TOutputProtocol;
fn from_protocol(
input_protocol: Self::InputProtocol,
output_protocol: Self::OutputProtocol
) -> Self;
}Expand description
Create self from a TInputProtocol and a TOutputProtocol
