macro_rules! has_timeunit {
    ($ty:ident $(<$($life:lifetime),*>)?, $paramty:ty ) => { ... };
}
Expand description