pub trait Poke {
// Required method
fn actions(&self) -> &[PokeAction];
}
Required Methods§
Sourcefn actions(&self) -> &[PokeAction]
fn actions(&self) -> &[PokeAction]
Returns list of actions to perform on emulator state
pub trait Poke {
// Required method
fn actions(&self) -> &[PokeAction];
}
Returns list of actions to perform on emulator state