Trait ux::prelude::UnixInputStreamExt[]

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

Required methods

pub fn get_close_fd(&self) -> bool

Loading content...

Implementors

impl<O> UnixInputStreamExt for O where
    O: IsA<UnixInputStream>, 

Loading content...