Module executable_observer

Module executable_observer 

Source
Expand description

This module enables conversion between Observer and Executable.

Modules§

prelude
Provides types which are exposed at the library level.

Structs§

ExecutableObserver
Wraps an Observer such that calls to Executable::execute are forwarded to Observer::notify.