Macro fix_rs::define_dictionary [] [src]

macro_rules! define_dictionary {
    ( $( $msg:ident ),* $(),* ) => { ... };
}