Trait building_blocks_core::point::point_traits::ConstOne[][src]

pub trait ConstOne: Copy {
    const ONE: Self;
}

Associated Constants

Implementations on Foreign Types

Implementors