Trait UnixFDListExt
Other items ingio::prelude
pub trait UnixFDListExt: 'static { fn length(&self) -> i32; }
Trait containing all UnixFDList methods.
UnixFDList
fn length(&self) -> i32
Gets the length of self (ie: the number of file descriptors contained within).
self
the length of self
impl<O: IsA<UnixFDList>> UnixFDListExt for O