rustre_parser::ast

Trait UnaryExpression

Source
pub trait UnaryExpression {
    // Required method
    fn operand(&self) -> Option<ExpressionNode>;
}

Required Methods§

Implementors§