Trait elevate_lib::controller::ElevatorController
source · pub trait ElevatorController {
// Required method
fn update_elevators(&mut self);
}Expand description
ElevatorController trait
An ElevatorController implementation controls the elevators of a building.