[][src]Trait gio::PollableOutputStreamExt

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

Required methods

fn can_poll(&self) -> bool

fn is_writable(&self) -> bool

fn write_nonblocking<'a, P: IsA<Cancellable> + 'a, Q: Into<Option<&'a P>>>(
    &self,
    buffer: &[u8],
    cancellable: Q
) -> Result<isize, Error>

Loading content...

Implementors

impl<O: IsA<PollableOutputStream>> PollableOutputStreamExt for O[src]

Loading content...