Type Alias haybale::function_hooks::Argument

source ·
pub type Argument = (Operand, Vec<ParameterAttribute>);
Expand description

An Argument represents a single argument to a called function, together with zero or more attributes which apply to it