Trait base_traits::Zero
source · pub trait Zero {
// Required method
fn zero() -> Self;
}Expand description
Trait defining class method zero() : T that indicates whether
the implementing type instance is numerically zero.
Required Methods§
Object Safety§
This trait is not object safe.