[][src]Macro ptero::impl_complex_decoder

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

Macro for implementing the Decoder 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 Decoder.