Trait tract_hir::prelude::tract_data::internal::ClampCast[][src]

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

Provided methods

Implementors