pub trait AsWriteFd {
// Required method
fn as_writer_fd(&mut self) -> &SharedFdWrapper;
}
Expand description
Get a writable shared fd from self.
Required Methods§
Sourcefn as_writer_fd(&mut self) -> &SharedFdWrapper
fn as_writer_fd(&mut self) -> &SharedFdWrapper
Get fd.