Trait rugflo::AssignRound [] [src]

pub trait AssignRound<T, R = Round, O = Ordering> {
    fn assign_round(&mut self, _: T, _: R) -> O;
}

Assigns to a number from another value, applying the specified rounding method.

Required Methods

Peforms the assignment and rounding.

Implementors