Type Alias snowboard::Headers

source ·
pub type Headers = HashMap<&'static str, String>;
Expand description

Equivalent to HashMap<&'static str, String>.

Aliased Type§

struct Headers { /* private fields */ }