pub trait PositionProvider: Sized {
    fn position(&self) -> Vector3<f32>;
}

Required Methods§

Implementations on Foreign Types§

Implementors§