[][src]Trait gol_core::board::board_callback::BoardCallback

pub trait BoardCallback<T, CI, I>: Send + Sync where
    T: Send + Sync,
    CI: Send + Sync,
    I: ParallelIterator<Item = IndexedDataOwned<CI, T>>, 
{ pub fn execute(&self, states: I); }

Required methods

pub fn execute(&self, states: I)[src]

Loading content...

Implementors

Loading content...