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