Expand description
This module enables conversion between Observer and Executable.
Modules§
- prelude
- Provides types which are exposed at the library level.
Structs§
- Executable
Observer - Wraps an
Observersuch that calls toExecutable::executeare forwarded toObserver::notify.