[][src]Trait osmgraphing::helpers::ApproxEq

pub trait ApproxEq<O> {
    fn approx_eq(&self, other: &O) -> bool;
}

Required methods

fn approx_eq(&self, other: &O) -> bool

Loading content...

Implementations on Foreign Types

impl ApproxEq<f64> for f64[src]

impl ApproxEq<Coordinate> for Coordinate[src]

impl<T> ApproxEq<Vec<T>> for Vec<T> where
    T: ApproxEq<T>, 
[src]

impl<T, A> ApproxEq<SmallVec<A>> for SmallVec<A> where
    T: ApproxEq<T>,
    A: Array<Item = T>, 
[src]

Loading content...

Implementors

Loading content...