Trait appro_eq::AbsTolerance0.2.0 [] [src]

pub trait AbsTolerance<Diff = Self> {
    fn abs_tolerance() -> Diff;
}

Required Methods

Implementations on Foreign Types

impl AbsTolerance for Duration
[src]

absolute tolerance is 1s for Duration

Implementors