pub trait IntoCaseHeaderName {
// Required method
fn into_case_header_name(self) -> CaseHeaderName;
}
Expand description
A trait that converts into case-sensitive header names.
pub trait IntoCaseHeaderName {
// Required method
fn into_case_header_name(self) -> CaseHeaderName;
}
A trait that converts into case-sensitive header names.