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