Skip to main content

AsFd

Trait AsFd 

Source
pub trait AsFd {
    // Required method
    fn fd(&self) -> Fd;
}

Required Methods§

Source

fn fd(&self) -> Fd

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§