Trait UpdateNeighborSensing

pub trait UpdateNeighborSensing<Acc> {
    // Required method
    fn get_accumulator(&mut self) -> &mut Acc;
}
Available on crate feature chili only.
Expand description

Interface to store intermediate information about neighbors.

Required Methods§

fn get_accumulator(&mut self) -> &mut Acc

Obtains the internally held accumulator for the cellular_raza_concepts::NeighborSensing trait

Implementors§