Macro probor::probor_enc_struct [] [src]

macro_rules! probor_enc_struct {
    ($encoder:expr, $me:expr, { $( $item:ident => (#$n:tt $($props:tt)* ), )* } ) => { ... };
    ($encoder:expr, $me:expr, { $( $item:ident => ( $($props:tt)* ), )* } ) => { ... };
}