[][src]Macro mcproto_rs::proto_struct

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