Def

Type Alias Def 

Source
pub type Def<T> = IndexMap<String, T>;
Expand description

This is an inner scope. A mapping of id to T.

Aliased Typeยง

pub struct Def<T> { /* private fields */ }