Skip to main content

method_call

Function method_call 

Source
pub fn method_call(
    receiver: Vec<GeneratedToken>,
    method: &str,
    arguments: Vec<GeneratedToken>,
) -> Result<Vec<GeneratedToken>, Overflow>
Expand description

One call receiver.method(arguments).

ยงErrors

Returns Overflow where the argument list outgrows the declared magnitude.