Index

Type Alias Index 

Source
pub type Index<K, Key = KeyData> = HashMap<K, Key>;

Aliased Typeยง

pub struct Index<K, Key = KeyData> { /* private fields */ }