Struct hyper::header::HeaderFormatter
[−]
[src]
pub struct HeaderFormatter<'a, H: HeaderFormat>(pub &'a H);
Deprecated
: The semantics of formatting a HeaderFormat directly are not clear
Trait Implementations
impl<'a, H: HeaderFormat> Display for HeaderFormatter<'a, H>
[src]
fn fmt(&self, f: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more