Trait ux::prelude::UnixOutputStreamExt [−]
pub trait UnixOutputStreamExt: 'static {
pub fn get_close_fd(&self) -> bool;
}Required methods
pub fn get_close_fd(&self) -> bool
Implementors
impl<O> UnixOutputStreamExt for O where
O: IsA<UnixOutputStream>,
O: IsA<UnixOutputStream>,