Trait octoon_math::consts::Two

source ·
pub trait Two: Sized {
    fn two() -> Self;
}

Required Methods

Implementations on Foreign Types

Implementors