[]Trait gtk::subclass::prelude::IOStreamImpl

pub trait IOStreamImpl: 'static + IOStreamImplExt + Send {
    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...