Struct parsec_interface::operations_protobuf::ProtobufConverter [−][src]
pub struct ProtobufConverter;
Expand description
Implementation for a converter between protobuf-encoded bodies and native objects.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ProtobufConverter
impl Send for ProtobufConverter
impl Sync for ProtobufConverter
impl Unpin for ProtobufConverter
impl UnwindSafe for ProtobufConverter
Blanket Implementations
Mutably borrows from an owned value. Read more