Macro mapped_decoder

Source
macro_rules! mapped_decoder {
    ($($(#[$($attr:tt)*])* $vis:vis struct $name:ident($inner:ty) using $value:ty => $func:expr;)*) => { ... };
}