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