Struct irc_channel::Sender [] [src]

pub struct Sender { /* fields omitted */ }

Methods

impl Sender
[src]

Kills both the reading and writing portions of the channel.

Trait Implementations

impl Drop for Sender
[src]

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