0.1.0[][src]Trait appro_eq::RelTolerance

pub trait RelTolerance<Diff = Self> {
    fn rel_tolerance() -> Diff;
}

Required methods

fn rel_tolerance() -> Diff

Loading content...

Implementations on Foreign Types

impl RelTolerance<Duration> for Duration[src]

relative tolerance is 1ms(1/1000) for Duration

Loading content...

Implementors

impl<Diff: Tolerance<Diff>> RelTolerance<Diff> for Diff[src]

Loading content...