impl_complex_decoder

Macro impl_complex_decoder 

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

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.