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.

Implementations on Foreign Types§

Source§

impl UnlockClientExt for Client

Implementors§