Crate noticeable

Crate noticeable 

Source
Expand description

A crate for implementing the Observer pattern i.e. sending events from Observables to Subscribers.

Structsยง

Observable
A struct that emits events of type E.
Subscriber
Handle type that represents the scope of the callback.