pub trait ClientPlatformAware {
// Required method
fn include_creds(self) -> Self;
}Expand description
Platform-aware authorization credentials’ extension trait.
Required Methods§
Sourcefn include_creds(self) -> Self
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".