pub fn from_unix(listener: UnixListener) -> Result<Server<SocketAddr>>Available on Unix only.
Expand description
Create a Server from existing std::os::unix::net::UnixListener.
pub fn from_unix(listener: UnixListener) -> Result<Server<SocketAddr>>Create a Server from existing std::os::unix::net::UnixListener.