pub trait SolveMathActionTrait {
    // Required methods
    fn get_edu_question_type(&self) -> &[EduQuestionTypeProperty];
    fn take_edu_question_type(&mut self) -> Vec<EduQuestionTypeProperty>;
}
Expand description

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

Required Methods§

Implementors§