Macro phantom_lifetime

Source
macro_rules! phantom_lifetime {
    ($(
        $(#[$attr:meta])*
        pub struct $name:ident <$lt:lifetime> ($($inner:tt)*);
    )*) => { ... };
}
🔬This is a nightly-only experimental API. (phantom_variance_markers #135806)