Skip to main content

method_predicate

Function method_predicate 

Source
fn method_predicate(
    call_expr: &MethodCallExpr,
    name: &str,
    make: &SyntaxFactory,
) -> (Pat, Option<Expr>)