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