pub trait UnixFDListExt: 'static { fn length(&self) -> i32; }
Trait containing all UnixFDList methods.
UnixFDList
Gets the length of self (ie: the number of file descriptors contained within).
self
the length of self