macro_rules! methods {
($($name:ident),+ $(,)?) => { ... };
}
Expand description
Macro to generate an array of method identifiers.
macro_rules! methods {
($($name:ident),+ $(,)?) => { ... };
}
Macro to generate an array of method identifiers.