Trait UnaryOp

Source
pub trait UnaryOp: HasResult {
    // Required method
    fn get_operand(&self) -> &Operand;
}

Required Methods§

Implementors§