pub fn trait_item_names(
    db: &dyn SemanticGroup,
    trait_id: TraitId
) -> Maybe<OrderedHashSet<SmolStr>>
Expand description