Macro method_consts
macro_rules! method_consts {
($x:expr, ()) => { ... };
($x:expr, ($next:ident, $($rest:ident,)*)) => { ... };
}
Available on crate feature
dep_miniquad
only.macro_rules! method_consts {
($x:expr, ()) => { ... };
($x:expr, ($next:ident, $($rest:ident,)*)) => { ... };
}
dep_miniquad
only.