pub trait CrateDefItems: CrateDef {
// Provided method
fn associated_items(&self) -> AssocItems { ... }
}
Expand description
A trait for retrieving all items from a definition within a crate.
Provided Methods§
Sourcefn associated_items(&self) -> AssocItems
fn associated_items(&self) -> AssocItems
Retrieve all associated items from a definition.