fn parse_binary_op(
ctx: &AssistContext<'_, '_>,
) -> Option<(Expr, ArithOp, bool, Expr)>Expand description
Extract the operands of an arithmetic expression (e.g. 1 + 2 or 1.checked_add(2))
fn parse_binary_op(
ctx: &AssistContext<'_, '_>,
) -> Option<(Expr, ArithOp, bool, Expr)>Extract the operands of an arithmetic expression (e.g. 1 + 2 or 1.checked_add(2))