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

Implementations on Foreign Types§

Source§

impl SyncClientExt for Client

Implementors§