[]Trait grid_search_cardinal::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...