Trait building_blocks::prelude::MinMaxComponent[][src]

pub trait MinMaxComponent {
    type Scalar;
    fn min_component(self) -> Self::Scalar;
fn max_component(self) -> Self::Scalar; }

Associated Types

Required methods

Implementors