Skip to main content

Pair

Type Alias Pair 

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

Individual parameter name/value pair.