Trait libpanel::subclass::save_delegate::SaveDelegateImpl
source · pub trait SaveDelegateImpl: ObjectImpl {
// Provided method
fn save_future(
&self,
delegate: &Self::Type
) -> Pin<Box<dyn Future<Output = Result<(), Error>> + 'static>> { ... }
}