Struct asyncio::SocketListener [] [src]

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

Provides an ability to accept new connections.

Methods

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

Trait Implementations

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

Formats the value using the given formatter.

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

Extracts the raw file descriptor. Read more

impl<P, S> Send for SocketListener<P, S>
[src]

impl<P, S> AsIoContext for SocketListener<P, S>
[src]

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