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

Required Methods

Implementations on Foreign Types

Implementors