pub fn all_super_traits(db: &dyn HirDatabase, trait_: TraitId) -> &[TraitId]Expand description
Returns the whole super trait hierarchy (including the trait itself).
pub fn all_super_traits(db: &dyn HirDatabase, trait_: TraitId) -> &[TraitId]Returns the whole super trait hierarchy (including the trait itself).