macro_rules! forward {
($name:ident($ty:ty)) => { ... };
}Expand description
Implements serialization method by forwarding it to the serializer created by
the helper method Serializer::ser.
macro_rules! forward {
($name:ident($ty:ty)) => { ... };
}Implements serialization method by forwarding it to the serializer created by
the helper method Serializer::ser.