Trait vectrix::One[][src]

pub trait One {
    fn one() -> Self;
}
Expand description

Defines a multiplicative identity element for a type.

Required methods

Returns the multiplicative identity element of this type.

Implementations on Foreign Types

Implementors