Trait gio::PollableOutputStreamExt[][src]

pub trait PollableOutputStreamExt {
    fn can_poll(&self) -> bool;
fn is_writable(&self) -> bool;
fn write_nonblocking<'a, P: Into<Option<&'a Cancellable>>>(
        &self,
        buffer: &[u8],
        cancellable: P
    ) -> Result<isize, Error>; }

Required Methods

Implementors