Struct pubsub::Subscription [] [src]

pub struct Subscription { /* fields omitted */ }

Methods

impl Subscription
[src]

Trait Implementations

impl Debug for Subscription
[src]

Formats the value using the given formatter.

impl Drop for Subscription
[src]

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