Trait gridsim::GetNeighbors[][src]

pub trait GetNeighbors<'a, Idx, Neighbors> {
    fn get_neighbors(&'a self, index: Idx) -> Neighbors;
}

Required Methods

Implementors