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

pub trait BoardCallbackWithoutStates<T, CI>: Send + Sync where
    T: Send + Sync,
    CI: Send + Sync
{ fn execute(&mut self); fn setup(&mut self) { ... }
fn cleanup(&mut self) { ... } }

Required methods

fn execute(&mut self)[src]

Loading content...

Provided methods

fn setup(&mut self)[src]

fn cleanup(&mut self)[src]

Loading content...

Implementors

Loading content...