[][src]Trait grid_search_cardinal_point_to_point::CanEnter

pub trait CanEnter {
    fn can_enter(&self, coord: Coord) -> bool;
}

Required methods

fn can_enter(&self, coord: Coord) -> bool

Loading content...

Implementors

Loading content...