macro_rules! enum_class {
($t:ty) => { ... };
}Expand description
Build an EnumClassDecl directly from a bare Rust type. See ptr_class!.
macro_rules! enum_class {
($t:ty) => { ... };
}Build an EnumClassDecl directly from a bare Rust type. See ptr_class!.