pub trait Scheduler {
fn collect_resource_usage(&self);
fn schedule_resource(&self);
fn apply_scheduled_resource(&self);
}pub trait Scheduler {
fn collect_resource_usage(&self);
fn schedule_resource(&self);
fn apply_scheduled_resource(&self);
}