[][src]Module rxrust::subscription

Structs

LocalSubscription
SharedSubscription
SubscriptionGuard

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

SubscriptionWrapper

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

Traits

Publisher
SubscriptionLike

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

TearDownSize