macro_rules! hal_type_metal {
($ty: literal) => { ... };
}Available on non-
metal only.Expand description
Helper macro to generate the documentation for metal hal methods, referencing the hal type.
macro_rules! hal_type_metal {
($ty: literal) => { ... };
}metal only.Helper macro to generate the documentation for metal hal methods, referencing the hal type.