Skip to main content

InputMap

Type Alias InputMap 

Source
pub type InputMap = BTreeMap<String, InputValue>;
Expand description

A map from the fields in an TOML/JSON file which correspond to some ABI to their values

Aliased Typeยง

pub struct InputMap { /* private fields */ }