Trait overflower_support::DivSaturate [] [src]

pub trait DivSaturate<Rhs = Self> {
    type Output;
    fn div_saturate(self, rhs: Rhs) -> Self::Output;
}

Associated Types

type Output

Required Methods

fn div_saturate(self, rhs: Rhs) -> Self::Output

Implementors