call

Function call 

Source
pub fn call(target: impl Into<Expr>, args: Vec<Expr>) -> Expr
Expand description

Creates an Expr::Call node.

The target must be an expression that resolves to a function, typically an Expr::Identifier or an Expr::FieldAccess.