Trait tmp_mio::TryAccept [] [src]

pub trait TryAccept {
    type Output;
    fn accept(&self) -> Result<Option<Self::Output>>;
}

Associated Types

Required Methods

Implementors