[]Trait libhandy4::subclass::prelude::IOStreamImpl

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

Provided methods

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

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

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

Loading content...

Implementors

Loading content...