Pair

Type Alias Pair 

Source
pub type Pair<'a> = (Ident<'a>, Value<'a>);
Expand description

Individual parameter name/value pair.