rustre_parser::ast

Trait BinaryExpression

Source
pub trait BinaryExpression {
    // Required methods
    fn left(&self) -> Option<ExpressionNode>;
    fn right(&self) -> Option<ExpressionNode>;
}

Required Methods§

Implementors§