http::header::map::as_header_name

Trait Sealed

Source
pub trait Sealed { }

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.

Implementations on Foreign Types§

Source§

impl Sealed for String

Source§

impl<'a> Sealed for &'a str

Source§

impl<'a> Sealed for &'a String

Implementors§