pub type CovariantOverLt<'co> = CovariantOver<&'co ()>;Expand description
Marks a lifetime as covariant.
See the crate root documentation for details on variance.
Aliased Typeยง
pub struct CovariantOverLt<'co>;pub type CovariantOverLt<'co> = CovariantOver<&'co ()>;Marks a lifetime as covariant.
See the crate root documentation for details on variance.
pub struct CovariantOverLt<'co>;