[][src]Trait codegame::DeepConfig

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

Required methods

pub fn transition(&mut self) -> Option<Box<dyn State>>[src]

Loading content...

Implementors

Loading content...