Type Alias rpn_cli::interface::Definitions

source ·
pub type Definitions<W> = BTreeMap<String, (Vec<Action<W>>, String)>;

Aliased Type§

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