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

pub trait Bounded: Copy {
    const MIN: Self;
    const MAX: Self;
}

Associated Constants

Implementations on Foreign Types

Implementors