[][src]Trait gio::subclass::io_stream::IOStreamImpl

pub trait IOStreamImpl: IOStreamImplExt + Send + 'static {
    fn get_input_stream(&self, stream: &IOStream) -> InputStream { ... }
fn get_output_stream(&self, stream: &IOStream) -> OutputStream { ... }
fn close(
        &self,
        stream: &IOStream,
        cancellable: Option<&Cancellable>
    ) -> Result<(), Error> { ... } }

Provided methods

fn get_input_stream(&self, stream: &IOStream) -> InputStream

fn get_output_stream(&self, stream: &IOStream) -> OutputStream

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

Loading content...

Implementors

Loading content...