[][src]Crate pharos

Structs

Pharos

The Pharos lighthouse. When you implement Observable on your type, you can forward the observe method to Pharos and call notify on it.

Traits

Observable

Indicate that a type is observable. You can call observe to get a stream of events.

UnboundedObservable

Indicate that a type is observable through an unbounded stream. You can call observe_unbounded to get a stream of events.