Expand description
Provides a simple wrapper struct around
Delegate, Fn() types.
Structs§
- Lambda
- Defines an encapsulated
Executableas a struct, which just delegates its execution to the attachedDelegate.
Trait Aliases§
- Delegate
- An
ExecutableDelegatetakes no parameters and returns nothing.