Skip to main content

IntoHeaderValue

Trait IntoHeaderValue 

Source
pub trait IntoHeaderValue<'req> {
    // Required method
    fn into_header_value(self) -> HeaderValueInner<'req>;
}

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<'req> IntoHeaderValue<'req> for &'static str

Source§

impl<'req> IntoHeaderValue<'req> for Owned

Source§

impl<'req> IntoHeaderValue<'req> for Shared

Source§

impl<'req> IntoHeaderValue<'req> for String

Implementors§