macro_rules! strict_decode_self {
    ( $decoder:ident; $($item:ident),+ ) => { ... };
    ( $decoder:ident; $($item:ident),+ ; crate) => { ... };
}
Expand description

Macro simplifying decoding of a structure with a given list of fields