Skip to main content

BindingRow

Type Alias BindingRow 

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

A row in the binding table: variable name -> bound value.

Aliased Typeยง

pub struct BindingRow { /* private fields */ }