pub trait UnixFDListExt: 'static {
    // Required method
    fn length(&self) -> i32;
}
Available on Unix only.

Required Methods§

source

fn length(&self) -> i32

Implementors§