Macro probor::probor_dec_struct [] [src]

macro_rules! probor_dec_struct {
    ($decoder:expr, { $( $item:ident => ($($props:tt)* ), )* } ) => { ... };
}