Skip to main content

UnlockClientExt

Trait UnlockClientExt 

Source
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§

Source

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".

Implementations on Foreign Types§

Source§

impl UnlockClientExt for Client

Implementors§