[]Trait libhandy4::subclass::prelude::IOStreamImplExt

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

Required methods

pub fn parent_get_input_stream(&self, stream: &Self::Type) -> InputStream

pub fn parent_get_output_stream(&self, stream: &Self::Type) -> OutputStream

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

Loading content...

Implementors

impl<T> IOStreamImplExt for T where
    T: IOStreamImpl

Loading content...