BinaryOp

Type Alias BinaryOp 

Source
pub type BinaryOp = Node<BinaryOpData>;
Expand description

Type alias for Node<BinaryOpData>.

Aliased Type§

pub struct BinaryOp {
    pub content: BinaryOpData,
    pub span: Option<NodeSpan>,
}

Fields§

§content: BinaryOpData

Contents of this syntax node

§span: Option<NodeSpan>

Span in the input this node was parsed from