Trait ambient_math::Round100
source · pub trait Round100 {
// Required method
fn round100(&self) -> Self;
}
Required Methods§
Object Safety§
This trait is not object safe.
pub trait Round100 {
// Required method
fn round100(&self) -> Self;
}