pub trait IntoHeaderValue {
    // Required method
    fn into_header_value(self) -> HeaderValue;
}

Required Methods§

Implementations on Foreign Types§

source§

impl IntoHeaderValue for &str

Implementors§