Trait deltae::eq::Tolerance[][src]

pub trait Tolerance {
    fn tolerance(self) -> f32;
}
Expand description

Trait to define a tolerance value for the DeltaEq trait

Required methods

Return a tolerance value

Implementations on Foreign Types

Implementors