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