Trait libpanel::subclass::save_delegate::SaveDelegateImpl

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

Provided Methods§

source

fn save_future( &self, ) -> Pin<Box<dyn Future<Output = Result<(), Error>> + 'static>>

Object Safety§

This trait is not object safe.

Implementors§