pub fn impl_functions(
    db: &dyn SemanticGroup,
    impl_id: ImplId
) -> Maybe<OrderedHashMap<SmolStr, ImplFunctionId>>
Expand description