Trait pathfinder::Location[][src]

pub trait Location {
    fn get_coordinate(&self) -> &Coordinate;
}

Required Methods

Implementors