[][src]Trait smth::Scalar

pub trait Scalar: Copy + Debug + PartialEq + PartialOrd {
    fn min(self, other: Self) -> Self { ... }
fn max(self, other: Self) -> Self { ... } }

Provided methods

fn min(self, other: Self) -> Self

fn max(self, other: Self) -> Self

Loading content...

Implementors

impl<S: Copy + Debug + PartialEq + PartialOrd> Scalar for S[src]

Loading content...