Trait pathfinder::Location

source ·
pub trait Location {
    fn get_coordinate(&self) -> Coordinate;
    fn find(&self, hash: u64) -> Option<Coordinate>;
    fn get_parameters(&self) -> (Coordinate, Coordinate);
}

Required Methods§

Implementors§