Macro impl_complex_encoder
Source macro_rules! impl_complex_encoder {
($t:ident, $c:ident) => { ... };
}
Expand description
Macro for implementing the Encoder trait for
complex methods. It assumes that method is only composed by other methods.
Requires the method to have methods
field being vector containing type Encoder.