bronzite_method_names!() { /* proc-macro */ }
Get method names from a type’s inherent impl as a const slice.
const METHOD_NAMES: &[&str] = bronzite_method_names!("my_crate", "MyStruct"); // Expands to: &["new", "do_thing", ...]