pub trait AsConnectionFd: AsRawFd {
    fn as_connection_fd(&self) -> ConnectionFd { ... }
}

Provided Methods§

Implementors§