Trait runa_io_traits::OwnedFds
source · pub trait OwnedFds: Extend<OwnedFd> {
// Required methods
fn len(&self) -> usize;
fn capacity(&self) -> Option<usize>;
fn take<T: Extend<OwnedFd>>(&mut self, fds: &mut T);
// Provided method
fn is_empty(&self) -> bool { ... }
}
Expand description
A bunch of owned file descriptors.