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