pub fn methods_in_crate(
    db: &dyn SemanticGroup,
    crate_id: CrateId,
    type_filter: TypeFilter
) -> Vec<TraitFunctionId>
Expand description