Trait MechFunction

Source
pub trait MechFunction {
    // Required methods
    fn solve(&self);
    fn out(&self) -> Value;
    fn to_string(&self) -> String;
}

Required Methods§

Source

fn solve(&self)

Source

fn out(&self) -> Value

Source

fn to_string(&self) -> String

Implementors§