Type Definition ftml::tree::VariableMap

source ·
pub type VariableMap<'t> = HashMap<Cow<'t, str>, Cow<'t, str>>;