Trait grafix_toolbox::math::Round
source · pub trait Round: Copy + PartialOrd {
// Provided methods
fn round(self) -> Self { ... }
fn abs(self) -> Self { ... }
}Provided Methods§
Object Safety§
This trait is not object safe.