pub trait AsHeaderField<'a> { type Target; // Required method fn as_header_field(&'a self) -> Self::Target; }