Struct rx::UncancellableSubscription [] [src]

pub struct UncancellableSubscription;

A subscription where drop() is a no-op.

Trait Implementations

impl Drop for UncancellableSubscription
[src]

A method called when the value goes out of scope. Read more