Trait numcodecs_round::Float
source · pub trait Float:
Copy
+ Mul<Self, Output = Self>
+ Div<Self, Output = Self> {
// Required method
fn round(self) -> Self;
}
Expand description
Floating point types
Required Methods§
Object Safety§
This trait is not object safe.