pub type InvariantOverLt<'inv> = InvariantOver<&'inv ()>;Expand description
Marks a lifetime as invariant.
See the crate root documentation for details on variance.
Aliased Typeยง
pub struct InvariantOverLt<'inv>;pub type InvariantOverLt<'inv> = InvariantOver<&'inv ()>;Marks a lifetime as invariant.
See the crate root documentation for details on variance.
pub struct InvariantOverLt<'inv>;