core_crypto_keystore::entities

Trait MlsCredentialExt

source
pub trait MlsCredentialExt: Entity {
    // Required method
    fn delete_by_credential<'life0, 'life1, 'async_trait>(
        tx: &'life0 TransactionWrapper<'life1>,
        credential: Vec<u8>,
    ) -> Pin<Box<dyn Future<Output = CryptoKeystoreResult<()>> + Send + 'async_trait>>
       where 'life0: 'async_trait,
             'life1: 'async_trait;
}

Required Methods§

source

fn delete_by_credential<'life0, 'life1, 'async_trait>( tx: &'life0 TransactionWrapper<'life1>, credential: Vec<u8>, ) -> Pin<Box<dyn Future<Output = CryptoKeystoreResult<()>> + Send + 'async_trait>>
where 'life0: 'async_trait, 'life1: 'async_trait,

Object Safety§

This trait is not object safe.

Implementors§