Skip to main content

ServiceObjectStateLoad

Trait ServiceObjectStateLoad 

Source
pub trait ServiceObjectStateLoad {
    // Provided method
    fn load<'life0, 'life1, 'async_trait>(
        &'life0 mut self,
        __arg1: &'life1 AppData,
    ) -> Pin<Box<dyn Future<Output = Result<(), ServiceObjectLifeCycleError>> + Send + 'async_trait>>
       where Self: Send + 'async_trait,
             'life0: 'async_trait,
             'life1: 'async_trait { ... }
}
Expand description

Load all states for a into a ServiceObject

Provided Methods§

Source

fn load<'life0, 'life1, 'async_trait>( &'life0 mut self, __arg1: &'life1 AppData, ) -> Pin<Box<dyn Future<Output = Result<(), ServiceObjectLifeCycleError>> + Send + 'async_trait>>
where Self: Send + 'async_trait, 'life0: 'async_trait, 'life1: 'async_trait,

Implementors§