Struct rotor::mio::unix::UnixSocket [] [src]

pub struct UnixSocket { /* fields omitted */ }

Methods

impl UnixSocket
[src]

Returns a new, unbound, non-blocking Unix domain socket

Connect the socket to the specified address

Bind the socket to the specified address

Listen for incoming requests

Trait Implementations

impl AsRawFd for UnixSocket
[src]

impl Evented for UnixSocket
[src]

impl From<UnixSocket> for UnixSocket
[src]

Performs the conversion.

impl FromRawFd for UnixSocket
[src]

impl Debug for UnixSocket
[src]

Formats the value using the given formatter.