Function mz_proto::protobuf_roundtrip

source ·
pub fn protobuf_roundtrip<R, P>(val: &R) -> Result<R>
where P: ProtoType<R> + Message + Default,
Expand description

Blanket command for testing if R can be converted to its corresponding ProtoType and back.