Type Definition phtm::CovariantOverLt[][src]

pub type CovariantOverLt<'co> = PhantomData<ContravariantOver<&'co ()>>;
Expand description

Marks a lifetime as covariant.

See the crate root documentation for details on variance.