Trait mio::TryAccept 
            
                [−]
            
        [src]
pub trait TryAccept {
    type Output;
    fn accept(&self) -> Result<Option<Self::Output>>;
}
            Associated Types
type Output
Required Methods
Implementors
impl TryAccept for TcpListenerimpl TryAccept for UnixListenerimpl TryAccept for TcpListenerimpl TryAccept for UnixListener