gdk_pixbuf::subclass::prelude

Trait IOStreamImpl

source
pub trait IOStreamImpl:
    ObjectImpl
    + IOStreamImplExt
    + Send {
    // Provided methods
    fn input_stream(&self) -> InputStream { ... }
    fn output_stream(&self) -> OutputStream { ... }
    fn close(&self, cancellable: Option<&Cancellable>) -> Result<(), Error> { ... }
}

Provided Methods§

Object Safety§

This trait is not object safe.

Implementors§