Trait gio::prelude::PollableOutputStreamExt
source · [−]pub trait PollableOutputStreamExt: 'static {
fn can_poll(&self) -> bool;
fn is_writable(&self) -> bool;
fn write_nonblocking<P: IsA<Cancellable>>(
&self,
buffer: &[u8],
cancellable: Option<&P>
) -> Result<isize, Error>;
}Required Methods
source
fn is_writable(&self) -> bool
sourcefn write_nonblocking<P: IsA<Cancellable>>(