[][src]Macro ptero::impl_complex_encoder

macro_rules! impl_complex_encoder {
    ($t:ident, $c:ident) => { ... };
}

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.