Trait euclid::num::Round [] [src]

pub trait Round: Copy {
    fn round(self) -> Self;
}

Required Methods

Implementors