Trait otter_api_tests::shapelib::PosPromote[]

pub trait PosPromote {
    pub fn promote(&self) -> PosC<f64>;
}

Required methods

pub fn promote(&self) -> PosC<f64>

Loading content...

Implementors

impl<T> PosPromote for PosC<T> where
    T: Into<f64> + Copy + Debug

Loading content...