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