macro_rules! impl_serde_serialize {
($ty:ty) => { ... };
}
Expand description
Implements serde::Serialize
compatible with protobuf json encoding.
macro_rules! impl_serde_serialize {
($ty:ty) => { ... };
}
Implements serde::Serialize
compatible with protobuf json encoding.