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§
Sourcefn send_sync_handler(&self) -> SendSyncHandlerClient
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".