Trait gio::prelude::AsyncResultExt
source · pub trait AsyncResultExt: 'static {
// Required methods
fn source_object(&self) -> Option<Object>;
fn legacy_propagate_error(&self) -> Result<(), Error>;
}
pub trait AsyncResultExt: 'static {
// Required methods
fn source_object(&self) -> Option<Object>;
fn legacy_propagate_error(&self) -> Result<(), Error>;
}