Trait tract_pulse::internal::ClampCast [−]
pub trait ClampCast: 'static + PartialOrd<Self> + Copy { fn clamp_cast<O>(self) -> O
where
Self: AsPrimitive<O>,
O: AsPrimitive<Self> + Bounded, { ... } }
pub trait ClampCast: 'static + PartialOrd<Self> + Copy { fn clamp_cast<O>(self) -> O
where
Self: AsPrimitive<O>,
O: AsPrimitive<Self> + Bounded, { ... } }