Expand description
Proc macros for the Bitwarden SDK.
Provides:
#[derive(FromClient)]derive macro for implementing theFromClienttrait on client structs.#[client_trait]attribute macro that generates aFromClientSharedbridge for a feature client’s hand-written trait.
Attribute Macros§
- client_
trait - Attribute macro that emits the
FromClientSharedbridge for a hand-written feature client trait.
Derive Macros§
- From
Client - Derive macro for implementing the
FromClienttrait on client structs.