1 2 3 4 5
use indexmap::IndexMap; use super::Type; pub type Definitions = IndexMap<&'static str, Type>;