pub trait AsyncResultExt: 'static {
    fn source_object(&self) -> Option<Object>;
    fn legacy_propagate_error(&self) -> Result<(), Error>;
}

Required methods

Implementors