Struct thrift::protocol::TBinaryInputProtocolFactory [] [src]

pub struct TBinaryInputProtocolFactory;

Factory for creating instances of TBinaryInputProtocol.

Methods

impl TBinaryInputProtocolFactory
[src]

Create a TBinaryInputProtocolFactory.

Trait Implementations

impl Default for TBinaryInputProtocolFactory
[src]

Returns the "default value" for a type. Read more

impl TInputProtocolFactory for TBinaryInputProtocolFactory
[src]