Trait appro_eq::Tolerance0.1.0 [] [src]

pub trait Tolerance<Diff = Self> {
    fn tolerance() -> Diff;
}

Required Methods

Implementations on Foreign Types

impl<A: Integer + Clone> Tolerance for Ratio<A>
[src]

[src]

impl Tolerance for f32
[src]

impl Tolerance for f64
[src]

impl Tolerance for i8
[src]

impl Tolerance for i16
[src]

impl Tolerance for i32
[src]

impl Tolerance for i64
[src]

impl Tolerance for i128
[src]

impl Tolerance for u8
[src]

impl Tolerance for u16
[src]

impl Tolerance for u32
[src]

impl Tolerance for u64
[src]

impl Tolerance for u128
[src]

Implementors