Module roopes::prelude::observer

source ·
Expand description

Contains types which implement the “Observer” pattern, in which a single object is used to delegate notifications to a group of dynamic listening object.

![observer diagram][observer-diagram]

Modules

Structs

Traits