[][src]Trait mio::TryAccept

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

Associated Types

type Output

Loading content...

Required methods

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

Loading content...

Implementors

impl TryAccept for TcpListener[src]

impl TryAccept for UnixListener[src]

Loading content...