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

Required Methods

Implementors