pub trait AsConnectionFd: AsRawFd {
// Provided method
fn as_connection_fd(&self) -> ConnectionFd { ... }
}Provided Methods§
fn as_connection_fd(&self) -> ConnectionFd
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".