logo
pub trait FiniteDimensional {
    type N: NonZero + Unsigned;

    fn dimensions() -> usize { ... }
}

Required Associated Types

Provided Methods

Implementations on Foreign Types

Implementors