Skip to main content

IntoHeaderName

Trait IntoHeaderName 

Source
pub trait IntoHeaderName: SealedIntoHeaderName {
    // Required method
    fn into_header_name(self) -> HeaderName;
}

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

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

Implementations on Foreign Types§

Source§

impl IntoHeaderName for &HeaderName

Source§

impl IntoHeaderName for &str

Source§

impl IntoHeaderName for HeaderName

Source§

impl IntoHeaderName for String

Implementors§