Module rxrust::subscription[][src]

Structs

An RAII implementation of a “scoped subscribed” of a subscription. When this structure is dropped (falls out of scope), the subscription will be unsubscribed.

Wrapper around a subscription which provides the unsubscribe_when_dropped() method.

Traits

Subscription returns from Observable.subscribe(Subscriber) to allow unsubscribing.