Macro annotatable_enum::implement_annotatable_enum [] [src]

macro_rules! implement_annotatable_enum {
    ($name:ident {
        $($item: ident = $code: expr,)*
    }) => { ... };
}