pub trait UnlockClientExt {
// Required method
fn unlock(&self) -> UnlockClient;
}Expand description
Extension trait to add the unlock client to the main Bitwarden SDK client.
Required Methods§
Sourcefn unlock(&self) -> UnlockClient
fn unlock(&self) -> UnlockClient
Get the unlock client.
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".