pub fn function_body_expr(
    db: &dyn SemanticGroup,
    function_id: FunctionWithBodyId
) -> Maybe<ExprId>
Expand description