Trait libpanel::prelude::SaveDelegateExtManual
source · pub trait SaveDelegateExtManual {
// Required method
fn connect_save<F, R>(&self, f: F) -> SignalHandlerId
where F: Fn(&Self) -> R + 'static,
R: Future<Output = Result<(), Error>> + 'static;
}