Type Alias donet_core::parser::ast::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 */ }