Type Alias 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 */ }