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