Function proto_into_bytes

pub fn proto_into_bytes<M>(msg: &M) -> Result<Vec<u8>, Error>
where M: Name,