Trait method lrs::ops::FnOnce::call_once

The method that is called by the operator.

Syntax

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

Arguments

NameDescription
args

The arguments passed to the function.