Trait libreda_db::prelude::CoordinateType[][src]

pub trait CoordinateType: PartialOrd<Self> + Copy + Num { }

Trait for types that can be used as coordinates in the euclidean plane. In practice this are integers, floats and possible rational numbers.

Implementors

impl<T> CoordinateType for T where
    T: PartialOrd<T> + Copy + Num
[src]

Loading content...