[][src]Trait codegame::DeepConfig

pub trait DeepConfig<T>: Config<T> {
    fn transition(&mut self) -> Option<Box<dyn State>>;
}

Required methods

fn transition(&mut self) -> Option<Box<dyn State>>

Loading content...

Implementors

Loading content...