pub trait PollExt<T> {
    fn expect(self, msg: &str) -> T;
}

Required Methods

Implementations on Foreign Types

Implementors