[]Trait gtk::subclass::prelude::IOStreamImplExt

pub trait IOStreamImplExt {
    fn parent_get_input_stream(&self, stream: &IOStream) -> InputStream;
fn parent_get_output_stream(&self, stream: &IOStream) -> OutputStream;
fn parent_close(
        &self,
        stream: &IOStream,
        cancellable: Option<&Cancellable>
    ) -> Result<(), Error>; }

Required methods

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

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

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

Loading content...

Implementors

impl<T> IOStreamImplExt for T where
    T: IOStreamImpl + ObjectImpl

Loading content...