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]

Formats the value using the given formatter.

impl<'a, H: HeaderFormat> Debug for HeaderFormatter<'a, H>
[src]

Formats the value using the given formatter.