run_raw

Function run_raw 

Source
pub fn run_raw<F>(handler: F, raw_fd: RawFd)
where F: Fn(Request) + Send + Sync + 'static,
Expand description

Accepts requests from a user-supplied raw file descriptor. IPv4, IPv6, and Unix domain sockets are supported.

Available under Unix only.