Trait mech_core::MechFunction
source · pub trait MechFunction {
// Required methods
fn solve(&self);
fn to_string(&self) -> String;
}pub trait MechFunction {
// Required methods
fn solve(&self);
fn to_string(&self) -> String;
}