Trait euclid::num::Round

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

Required Methods

Implementations on Foreign Types

Implementors