[][src]Trait kurobako::problem_suites::ProblemSuite

pub trait ProblemSuite {
    type ProblemRecipe: ProblemRecipe;
    fn problem_specs(&self) -> Box<dyn Iterator<Item = Self::ProblemRecipe>>;
}

Associated Types

Loading content...

Required methods

fn problem_specs(&self) -> Box<dyn Iterator<Item = Self::ProblemRecipe>>

Loading content...

Implementors

Loading content...