Trait grid_search_cardinal_distance_map::CanEnter[][src]

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

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

Required methods

pub fn can_enter(&self, coord: Coord) -> bool[src]

Loading content...

Provided methods

pub fn can_step(&self, step: Step) -> bool[src]

Loading content...

Implementors

Loading content...