[−][src]Trait gio::prelude::PollableOutputStreamExt
Required methods
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>
&self,
buffer: &[u8],
cancellable: Option<&P>
) -> Result<isize, Error>