Trait brassfibre::prelude::ComparisonAggregation [] [src]

pub trait ComparisonAggregation<'s> {
    type Kept;
    fn min(&'s self) -> Self::Kept;
    fn max(&'s self) -> Self::Kept;
}

Associated Types

Required Methods

Implementors