Trait ArithApi

Source
pub trait ArithApi {
    // Required method
    fn arith(&mut self, op: Arith);
}

Required Methods§

Source

fn arith(&mut self, op: Arith)

Implementors§