Module eyeball::subscriber
source · Expand description
Details of observable Subscriber
s.
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
.