pub trait VarianceN<T> {
    fn variance(&self) -> Option<T>;
}

Required methods

Implementors