Skip to main content

SyncAuthHeaderStore

Trait SyncAuthHeaderStore 

Source
pub trait SyncAuthHeaderStore {
    // Required method
    fn set_auth_headers(&mut self, headers: SyncAuthHeaders);
}

Required Methods§

Source

fn set_auth_headers(&mut self, headers: SyncAuthHeaders)

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§

Source§

impl SyncAuthHeaderStore for HttpSyncTransport

Available on crate feature native only.