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