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