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