[][src]Macro mcproto_rs::proto_enum_with_type

macro_rules! proto_enum_with_type {
    ($typ: ty, $typname: ident, $(($bval: literal, $nam: ident $(($bod: ty))?)),*) => { ... };
}