Trait WithPosition

Source
pub trait WithPosition {
    // Required method
    fn position(&self) -> &Option<Position>;
}

Required Methods§

Implementors§