Trait gmp_mpfr::ShlRound [] [src]

pub trait ShlRound<T> {
    type Output;
    fn shl_round(self, _: T, _: Round) -> (Self::Output, Ordering);
}

Provides the left shift operation with a specified rounding method.

Associated Types

The resulting type after the left shift operation.

Required Methods

Performs the left shift operation.

Implementors