Skip to main content

SimController

Trait SimController 

Source
pub trait SimController {
    // Required method
    fn manager_finished_current_round(
        &self,
        min_next_event_time: EmulatedTime,
    ) -> Option<(EmulatedTime, EmulatedTime)>;
}
Expand description

Controller methods that are accessed by the manager.

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§