Trait acme_core::ops::unary::Unary

source ·
pub trait Unary {
    type Output;

    // Required methods
    fn name(&self) -> &str;
    fn unary(self, expr: UnaryOp) -> Self::Output;
}

Required Associated Types§

Required Methods§

source

fn name(&self) -> &str

source

fn unary(self, expr: UnaryOp) -> Self::Output

Implementors§