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.
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".