Trait gio::prelude::AsyncResultExt

source ·
pub trait AsyncResultExt: IsA<AsyncResult> + Sealed + 'static {
    // Provided methods
    fn source_object(&self) -> Option<Object> { ... }
    fn legacy_propagate_error(&self) -> Result<(), Error> { ... }
}

Provided Methods§

Object Safety§

This trait is not object safe.

Implementors§