Macro forward

Source
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.