pub trait IsDerivativeZero {
    fn is_derivative_zero(&self) -> bool;
}

Required Methods

Implementations on Foreign Types

Implementors