[−][src]Trait codegame::PlayerConfig
Required methods
pub fn name(&self) -> &str
[src]
pub fn ui<'a>(&'a mut self) -> Box<dyn Widget + 'a>ⓘ
[src]
pub fn ready(&mut self) -> bool
[src]
pub fn get(&mut self) -> Box<dyn Player<G>>ⓘ
[src]
pub fn to_options(&self) -> G::PlayerOptions
[src]
Implementors
impl<G: Game> PlayerConfig<G> for EmptyPlayerConfig where
G::Action: Default,
[src]
G::Action: Default,