Trait libnoentiendo::platform::SyncPlatform  
source · pub trait SyncPlatform: Platform {
    // Required method
    fn run(&mut self, system: Box<dyn System>);
}Expand description
A platform which can be run synchronously.
pub trait SyncPlatform: Platform {
    // Required method
    fn run(&mut self, system: Box<dyn System>);
}A platform which can be run synchronously.