You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to retrieve all associated items of a definition. Similar to CrateDefType, this could be provided via a trait CrateDefItems that return a list / map of all associated items.
I would like to retrieve all associated items of a definition. Similar to
CrateDefType
, this could be provided via a traitCrateDefItems
that return a list / map of all associated items.Something similar to https://github.com/rust-lang/rust/blob/5affbb17153bc69a9d5d8d2faa4e399a014a211e/compiler/rustc_ty_utils/src/assoc.rs#L84.
The text was updated successfully, but these errors were encountered: