Struct reqwest::header::HeaderFormatter [] [src]

pub struct HeaderFormatter<'a, H>(pub &'a H)
where
    H: HeaderFormat
;
Deprecated

: The semantics of formatting a HeaderFormat directly are not clear

Trait Implementations

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

Formats the value using the given formatter. Read more

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

Formats the value using the given formatter.