Skip to main content

VarMap

Type Alias VarMap 

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

Parser variables (var @x=...), looked up case insensitively with the leading @ included in the key.

Aliased Typeยง

pub struct VarMap { /* private fields */ }