Trait mzpeaks::coordinate::CoordinateLike[][src]

pub trait CoordinateLike<T>: PartialOrd {
    fn coordinate(&self) -> f64;
}
Expand description

Denote a type has a coordinate value on coordinate system T

Required methods

The trait method for accessing the coordinate of the object on coordinate system T

Implementors