pub trait CookieHeaderStringExt<'c> {
// Required method
fn header_string_parse<S>(string: S) -> HeaderStringCookies<'c> ⓘ
where S: Into<Cow<'c, str>>;
}Required Methods§
fn header_string_parse<S>(string: S) -> HeaderStringCookies<'c> ⓘ
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.