Type Alias ParameterValues

Source
pub type ParameterValues = Vec<TypeValue>;
Expand description

Paired with the parameter_values production in the Context Free Grammar.

Aliased Typeยง

struct ParameterValues { /* private fields */ }