Trait grid_search_cardinal_distance_map::CanEnter[][src]

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

    fn can_step(&self, step: Step) -> bool { ... }
}

Required methods

Provided methods

Implementors