pub type ContravariantOver<T> = PhantomData<fn(T)>;Expand description
Marks a type as contravariant.
See the crate root documentation for details on variance.
Aliased Typeยง
pub struct ContravariantOver<T>;pub type ContravariantOver<T> = PhantomData<fn(T)>;Marks a type as contravariant.
See the crate root documentation for details on variance.
pub struct ContravariantOver<T>;