Function protobuf::parse_from_carllerche_bytes [−][src]
pub fn parse_from_carllerche_bytes<M: Message>(
bytes: &Bytes
) -> ProtobufResult<M>
Parse message from Bytes
object.
Resulting message may share references to the passed bytes object.