Skip to main content

KeysDict

Type Alias KeysDict 

Source
pub type KeysDict = HashMap<&'static str, KeyEntry>;
Expand description

Словарь переименования: ключ EngineData -> правило (KeysDict).

Aliased Type§

pub struct KeysDict { /* private fields */ }