darkwing::server::services::config_encryption_services

Trait ConfigEncryptionTrait

source
pub trait ConfigEncryptionTrait {
    // Required method
    fn encrypt_config<'life0, 'async_trait>(
        &'life0 self,
        config: BrowserProfileConfig,
    ) -> Pin<Box<dyn Future<Output = AppResult<String>> + Send + 'async_trait>>
       where Self: 'async_trait,
             'life0: 'async_trait;
}

Required Methods§

source

fn encrypt_config<'life0, 'async_trait>( &'life0 self, config: BrowserProfileConfig, ) -> Pin<Box<dyn Future<Output = AppResult<String>> + Send + 'async_trait>>
where Self: 'async_trait, 'life0: 'async_trait,

Implementors§