Struct tree_sitter_graph::ast::CreateEdge [−][src]
pub struct CreateEdge {
pub source: Expression,
pub sink: Expression,
pub location: Location,
}Expand description
An edge statement that creates a new edge
Fields
source: Expressionsink: Expressionlocation: LocationTrait Implementations
Performs the conversion.
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.