pub fn trait_functions(
    db: &dyn SemanticGroup,
    trait_id: TraitId
) -> Maybe<OrderedHashMap<SmolStr, TraitFunctionId>>
Expand description