Macro binding_ident

Source
macro_rules! binding_ident {
    ($name:literal) => { ... };
}