sct_reader::waypoint

Trait Waypoint

Source
pub trait Waypoint {
    // Required methods
    fn identifier(&self) -> &String;
    fn position(&self) -> Position<Valid>;
}

Required Methods§

Implementors§