Trait deltae::Round[][src]

pub trait Round {
    fn round_to(self, places: i32) -> Self;
}
Expand description

Trait for rounding values to a number of decimal places

Required methods

Rounds the value to a number of decimal places

Implementors