Struct asyncio::SocketListener [] [src]

pub struct SocketListener<P: Protocol, S: FromRawFd<P>> { /* fields omitted */ }

Provides an ability to accept new connections.

Methods

impl<P: Protocol, S: FromRawFd<P>> SocketListener<P, S>
[src]

Trait Implementations

impl<P: Protocol, S: FromRawFd<P>> IoObject for SocketListener<P, S>
[src]

Returns a IoService associated with this object.

impl<P: Protocol, S: FromRawFd<P>> FromRawFd<P> for SocketListener<P, S>
[src]

impl<P: Protocol, S: FromRawFd<P>> AsRawFd for SocketListener<P, S>
[src]

Extracts the raw file descriptor. Read more