Trait method lrs::ops::Fn::call

The method that is called by the operator.

Syntax

extern "rust-call" fn call(&self, args: Args) -> <Self as FnOnce<Args>>::Output

Arguments

NameDescription
args

The arguments passed to the function.