Trait grid_search_cardinal::CanEnter[]

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

Loading content...

Provided methods

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

Loading content...

Implementors

Loading content...