pub trait PrerequisiteList {
// Required method
fn types() -> Vec<usize, Global>;
}
Expand description
Trait for a type list of prerequisite object types.
pub trait PrerequisiteList {
// Required method
fn types() -> Vec<usize, Global>;
}
Trait for a type list of prerequisite object types.