cargo::util::network

Trait PollExt

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

Required Methods§

Source

fn expect(self, msg: &str) -> T

Implementations on Foreign Types§

Source§

impl<T> PollExt<T> for Poll<T>

Source§

fn expect(self, msg: &str) -> T

Implementors§