Function easy_plugin::extractor::expr_to_call []

pub fn expr_to_call(expr: &Expr)
                    -> Result<(P<Expr>, Vec<P<Expr>>), (Span, String)>

Returns the ExprKind::Call values in the supplied Expr.