InvariantOver

Type Alias InvariantOver 

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