Trait svgdom::FuzzyOrd [] [src]

pub trait FuzzyOrd {
    fn fuzzy_cmp(&self, other: &f64) -> Ordering;
}

The trait for Ordering f64 numbers.

Required Methods

This method returns an Ordering between self and other.

Implementations on Foreign Types

impl FuzzyOrd for f64
[src]

[src]

Implementors