Struct pubsub::Subscription [] [src]

pub struct Subscription {
    // some fields omitted
}

Methods

impl Subscription
[src]

fn cancel(self)

fn notify_others(&self, msg: &str)

Trait Implementations

impl Debug for Subscription
[src]

fn fmt(&self, fmt: &mut Formatter) -> Result<()Error>

Formats the value using the given formatter.

impl Drop for Subscription
[src]

fn drop(&mut self)

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