Macro tt_call::tt_is_lifetime
source · [−]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 }]
} => { ... };
}