macro_rules! primitive_stats_rust_type {
($typ:ty, $lower:ident, $upper:ident) => { ... };
}Expand description
This macro implements the RustType trait for all variants of PrimitiveStats.
macro_rules! primitive_stats_rust_type {
($typ:ty, $lower:ident, $upper:ident) => { ... };
}This macro implements the RustType trait for all variants of PrimitiveStats.