pub fn function_with_body_generic_params(
db: &dyn SemanticGroup,
function_id: FunctionWithBodyId,
) -> Maybe<Vec<GenericParam>>
Expand description
Query implementation of crate::db::SemanticGroup::function_with_body_generic_params.
pub fn function_with_body_generic_params(
db: &dyn SemanticGroup,
function_id: FunctionWithBodyId,
) -> Maybe<Vec<GenericParam>>
Query implementation of crate::db::SemanticGroup::function_with_body_generic_params.