pub trait Challenge:
TryIntoHeaderValue
+ Debug
+ Display
+ Clone
+ Send
+ Sync {
// Required method
fn to_bytes(&self) -> Bytes;
}
Expand description
Authentication challenge for WWW-Authenticate
header.
Required Methods§
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.