[][src]Function protobuf::parse_from_carllerche_bytes

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.