Skip to main content

handle_calls

Function handle_calls 

Source
fn handle_calls(
    builder: &mut SourceChangeBuilder,
    ctx: &AssistContext<'_, '_>,
    closure_name: Option<&IdentPat>,
    captures_as_args: &[Expr],
    closure: &ClosureExpr,
)