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