Trait number_traits::Round [] [src]

pub trait Round {
    fn floor(&self) -> Self;
fn ceil(&self) -> Self;
fn round(&self) -> Self; }

Required Methods

Implementors