Macro method_name

Source
macro_rules! method_name {
    ($ty:ident::$method:ident) => { ... };
}