Trait aurum_numeric::ClampInto [] [src]

pub trait ClampInto<T: Sized>: Sized {
    fn clamp_into(self) -> T;
}

Trait for interpolating between clamped ranges of different types.

Required Methods

Implementors