Trait eventual::Select [] [src]

pub trait Select<E: Send + 'static>: Sized + Send + 'static {
    fn select(self, complete: Complete<(u32, Self), E>);
}

Required Methods

fn select(self, complete: Complete<(u32, Self), E>)

Implementors