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§
Sourcefn user_crypto_management(&self) -> UserCryptoManagementClient
fn user_crypto_management(&self) -> UserCryptoManagementClient
Get the user-crypto-management client.