Struct mini_http::header::Keys [] [src]

pub struct Keys<'a, T> where
    T: 'a, 
{ /* fields omitted */ }

An iterator over HeaderMap keys.

Each header name is yielded only once, even if it has more than one associated value.

Trait Implementations

impl<'a, T> Debug for Keys<'a, T> where
    T: 'a + Debug
[src]

[src]

Formats the value using the given formatter.

impl<'a, T> Iterator for Keys<'a, T>
[src]

[src]