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