pub trait ScaleShiftAndRound {
    fn q_scale(self, mult: i32, shift: usize, policy: RoundingPolicy) -> Self;
}

Required Methods

Implementations on Foreign Types

Implementors