UserCryptoManagementClientExt

Trait UserCryptoManagementClientExt 

Source
pub trait UserCryptoManagementClientExt {
    // Required method
    fn user_crypto_management(&self) -> UserCryptoManagementClient;
}
Expand description

Extension trait to add the user-crypto-management client to the main Bitwarden SDK client.

Required Methods§

Source

fn user_crypto_management(&self) -> UserCryptoManagementClient

Get the user-crypto-management client.

Implementations on Foreign Types§

Source§

impl UserCryptoManagementClientExt for Client

Implementors§