Skip to main content

CryptoSyncHandlerClientExt

Trait CryptoSyncHandlerClientExt 

Source
pub trait CryptoSyncHandlerClientExt {
    // Required method
    fn crypto_sync_handler(&self) -> CryptoSyncHandlerClient;
}
Expand description

Extension trait to add the key management sync handler client to the main Bitwarden SDK client.

Required Methods§

Source

fn crypto_sync_handler(&self) -> CryptoSyncHandlerClient

Get the key management sync handler client.

Implementations on Foreign Types§

Source§

impl CryptoSyncHandlerClientExt for Client

Implementors§