Trait ux::prelude::UnixOutputStreamExt[]

pub trait UnixOutputStreamExt: 'static {
    pub fn get_close_fd(&self) -> bool;
}

Required methods

pub fn get_close_fd(&self) -> bool

Loading content...

Implementors

impl<O> UnixOutputStreamExt for O where
    O: IsA<UnixOutputStream>, 

Loading content...