pub type PbFunctionCall = FunctionCall;
Expand description
Alias for FunctionCall
.
Aliased Type§
struct PbFunctionCall {
pub children: Vec<ExprNode>,
}
Fields§
§children: Vec<ExprNode>
pub type PbFunctionCall = FunctionCall;
Alias for FunctionCall
.
struct PbFunctionCall {
pub children: Vec<ExprNode>,
}
children: Vec<ExprNode>