Type Definition phtm::ContravariantOver [−][src]
pub type ContravariantOver<T> = PhantomData<fn(_: T)>;Expand description
Marks a type as contravariant.
See the crate root documentation for details on variance.
pub type ContravariantOver<T> = PhantomData<fn(_: T)>;Marks a type as contravariant.
See the crate root documentation for details on variance.