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

Required Methods§

Implementations on Foreign Types§

source§

impl IntoHeaderName for &str

Implementors§