Struct chan::Select [] [src]

pub struct Select<'s> {
    // some fields omitted
}

Methods

impl<'s> Select<'s>
[src]

fn new() -> Select<'s>

fn handle<'r, 'run>(&'r mut self) -> SelectHandle<'r, 's, 'run>

Trait Implementations

impl<'a> Drop for Select<'a>
[src]

fn drop(&mut self)

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