pub trait MathSolverTrait {
    // Required methods
    fn get_math_expression(&self) -> &[MathExpressionProperty];
    fn take_math_expression(&mut self) -> Vec<MathExpressionProperty>;
}
Expand description

This trait is for properties from https://schema.org/MathSolver.

Required Methods§

Implementors§