pub trait PrerequisiteList { fn types() -> Vec<GType>; }
Trait for a type list of prerequisite object types.
Returns the list of types for this list.