Struct protobuf::types::ProtobufTypeMessage[][src]

pub struct ProtobufTypeMessage<M: Message>(_);

Trait Implementations

impl<M: Message + Clone + ProtobufValue> ProtobufType for ProtobufTypeMessage<M>
[src]

Get previously computed size

Compute size adding length prefix if wire type is length delimited (i. e. string, bytes, message) Read more

Get previously cached size with length prefix

Auto Trait Implementations

impl<M> Send for ProtobufTypeMessage<M>

impl<M> Sync for ProtobufTypeMessage<M>