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 attachedDelegate
.
Trait Aliases§
- Delegate
- An
Executable
Delegate
takes no parameters and returns nothing.