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