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.