Skip to main content

UnixFDListExt

Trait UnixFDListExt 

Source
pub trait UnixFDListExt: IsA<UnixFDList> + 'static {
    // Provided method
    fn length(&self) -> i32 { ... }
}
Available on Unix only.

Provided Methods§

Source

fn length(&self) -> i32

Dyn Compatibility§

This trait is not dyn compatible.

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

Implementors§

Source§

impl<O> UnixFDListExt for O
where O: IsA<UnixFDList>,