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§
Sourcefn sync(&self) -> SyncClient
fn sync(&self) -> SyncClient
Create a new SyncClient for this client