InvariantOverLt

Type Alias InvariantOverLt 

Source
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>;