Struct tree_sitter_graph::ast::Call [−][src]
pub struct Call {
pub function: Identifier,
pub parameters: Vec<Expression>,
}Expand description
A function call
Fields
function: Identifierparameters: Vec<Expression>Trait Implementations
Performs the conversion.