Macro custom_id

Source
macro_rules! custom_id {
    ($name:ident, $target:ty) => { ... };
}