macro_rules! for_all_primitive_types {
($macro:tt $(, $x:tt)*) => { ... };
}Expand description
Apply the macro rules to all primitive types.
macro_rules! for_all_primitive_types {
($macro:tt $(, $x:tt)*) => { ... };
}Apply the macro rules to all primitive types.