Expand description
Details of observable Subscribers.
Usually, you don’t need to interact with this module at all, since its most
important type Subscriber is re-exported at the crate root.
Structs§
- Future returned by
Subscriber::next. - A subscriber for updates of an
Observable.