[]Trait gtk::subclass::prelude::InputStreamImpl

pub trait InputStreamImpl: 'static + InputStreamImplExt + Send {
    fn read(
        &self,
        stream: &InputStream,
        buffer: &mut [u8],
        cancellable: Option<&Cancellable>
    ) -> Result<usize, Error> { ... }
fn close(
        &self,
        stream: &InputStream,
        cancellable: Option<&Cancellable>
    ) -> Result<(), Error> { ... }
fn skip(
        &self,
        stream: &InputStream,
        count: usize,
        cancellable: Option<&Cancellable>
    ) -> Result<usize, Error> { ... } }

Provided methods

fn read(
    &self,
    stream: &InputStream,
    buffer: &mut [u8],
    cancellable: Option<&Cancellable>
) -> Result<usize, Error>

fn close(
    &self,
    stream: &InputStream,
    cancellable: Option<&Cancellable>
) -> Result<(), Error>

fn skip(
    &self,
    stream: &InputStream,
    count: usize,
    cancellable: Option<&Cancellable>
) -> Result<usize, Error>

Loading content...

Implementors

Loading content...