Trait rotor::mio::TryAccept [] [src]

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

Associated Types

type Output

Required Methods

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

Implementors