Type Alias MasterIndex

Source
pub type MasterIndex = HashMap<String, KeyStorageInfo>;
Expand description

The main index mapping user keys to their storage information.

Aliased Typeยง

struct MasterIndex { /* private fields */ }