Macro tt_call::tt_is_ident [−][src]
macro_rules! tt_is_ident {
{ $caller : tt input = [{ $ident : ident }] } => { ... };
{ $caller : tt input = [{ $other : tt }] } => { ... };
}
macro_rules! tt_is_ident {
{ $caller : tt input = [{ $ident : ident }] } => { ... };
{ $caller : tt input = [{ $other : tt }] } => { ... };
}