pub fn protobuf_roundtrip<R, P>(val: &R) -> Result<R>where P: ProtoType<R> + Message + Default,
Blanket command for testing if R can be converted to its corresponding ProtoType and back.
R
ProtoType