Trait aurum_numeric::ClampFrom [] [src]

pub trait ClampFrom<F: Sized>: Sized {
    fn clamp_from(other: F) -> Self;
}

Trait for interpolating between clamped ranges of different types.

Required Methods

Implementors