Skip to main content

SendSyncHandlerClientExt

Trait SendSyncHandlerClientExt 

Source
pub trait SendSyncHandlerClientExt {
    // Required method
    fn send_sync_handler(&self) -> SendSyncHandlerClient;
}
Expand description

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

Required Methods§

Source

fn send_sync_handler(&self) -> SendSyncHandlerClient

Get the Send sync handler 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 SendSyncHandlerClientExt for Client

Implementors§