Module lambda

Source
Expand description

Provides a simple wrapper struct around Delegate, Fn() types.

Structs§

Lambda
Defines an encapsulated Executable as a struct, which just delegates its execution to the attached Delegate.

Trait Aliases§

Delegate
An Executable Delegate takes no parameters and returns nothing.