Module rustc_middle::ty::assoc
source · Re-exports
pub use self::AssocItemContainer::*;
Structs
- Information about an associated item
- A list of
ty::AssocItem
s in definition order that allows for efficient lookup by name.
pub use self::AssocItemContainer::*;
ty::AssocItem
s in definition order that allows for efficient lookup by name.