Skip to main content

SyncAuthSignerStore

Trait SyncAuthSignerStore 

Source
pub trait SyncAuthSignerStore {
    // Required method
    fn set_auth_signer(&mut self, signer: Option<SyncAuthSigner>);
}

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§

Source§

impl SyncAuthSignerStore for HttpSyncTransport

Available on crate feature native only.