Trait mio::TryAccept [] [src]

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

Associated Types

type Output

Required Methods

fn accept(&self) -> Result<Option<Self::Output>>

Implementors