CovariantOverLt

Type Alias CovariantOverLt 

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