Skip to main content

ClientPlatformAware

Trait ClientPlatformAware 

Source
pub trait ClientPlatformAware {
    // Required method
    fn include_creds(self) -> Self;
}
Expand description

Platform-aware authorization credentials’ extension trait.

Required Methods§

Source

fn include_creds(self) -> Self

Include credentials if they stored in LocalStorage.

Dyn Compatibility§

This trait is not dyn compatible.

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

Implementations on Foreign Types§

Source§

impl ClientPlatformAware for RequestBuilder

Source§

fn include_creds(self) -> Self

Implementors§