proto_struct

Macro proto_struct 

Source
macro_rules! proto_struct {
    ($bodyt: ident { }) => { ... };
    ($bodyt: ident $(<$($g: ident),*>)? {
        $($fname: ident: $ftyp: ty ),+
    }) => { ... };
}