pub type RoundRobinComponentType = RoundRobinSched<'static>;Aliased Type§
pub struct RoundRobinComponentType {
pub processes: List<'static, RoundRobinProcessNode<'static>>,
/* private fields */
}Fields§
§processes: List<'static, RoundRobinProcessNode<'static>>