Skip to main content

SyncClientExt

Trait SyncClientExt 

Source
pub trait SyncClientExt {
    // Required method
    fn sync(&self) -> SyncClient;
}
Expand description

Extension trait to add sync() method to Client

This trait provides a convenient way to create a SyncClient from a Bitwarden Client instance.

Required Methods§

Source

fn sync(&self) -> SyncClient

Create a new SyncClient for this 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 SyncClientExt for Client

Implementors§