Type Alias parse_link_header::RelLinkMap
source · pub type RelLinkMap = HashMap<String, Link>;Expand description
Type alias for the parsed data returned as a HashMap where the rel parameter is required to
be present.
This is different from the LinkMap which has a key of Option<Rel>.
Aliased Type§
struct RelLinkMap { /* private fields */ }