syntax::ast::make

Function expr_method_call

source
pub fn expr_method_call(
    receiver: Expr,
    method: NameRef,
    arg_list: ArgList,
) -> Expr