Trait mutils::num::ToSignedClamped[][src]

pub trait ToSignedClamped {
    type Output: Num;
    fn to_signed_clamped(self) -> Self::Output;
}

Associated Types

Required methods

Implementations on Foreign Types

Implementors