Type Alias Definitions

Source
pub type Definitions<W> = BTreeMap<String, (Vec<Action<W>>, Count, Count, String)>;

Aliased Typeยง

struct Definitions<W> { /* private fields */ }