pub trait UnixFDListExt: 'static {
    fn length(&self) -> i32;
}

Required methods

Implementors