Trait RecorderControllerExt

Source
pub trait RecorderControllerExt {
    // Required method
    fn tick(&mut self, tick: Duration) -> Result<(), EmulatorError>;
}
Expand description

A extension trait for Controller<Recorder>.

Required Methods§

Source

fn tick(&mut self, tick: Duration) -> Result<(), EmulatorError>

Progresses by the specified time.

Implementations on Foreign Types§

Source§

impl RecorderControllerExt for Controller<Recorder, V12_1>

Source§

fn tick(&mut self, tick: Duration) -> Result<(), EmulatorError>

Implementors§