pub trait NearZero: Copy {
    fn is_near_zero(self) -> bool;
}

Required methods

Implementations on Foreign Types

Implementors