expr_method_call

Function expr_method_call 

Source
fn expr_method_call(
    cx: &ExtCtxt<'_>,
    seg: PathSegment,
    receiver: Box<Expr>,
    args: ThinVec<Box<Expr>>,
    span: Span,
) -> Box<Expr>