pub type LinkMap = HashMap<Option<String>, Link>;Expand description
Type alias for the parsed data returned as a HashMap with a key of Option<Rel>.
This is different from RelLinkMap which has a key of Rel.
Aliased Typeยง
pub struct LinkMap { /* private fields */ }