[][src]Macro pr47::define_structs

macro_rules! define_structs {
    ( $($name:ident { $($field:ident : $type:ty),* $(,)? })* ) => { ... };
}