[][src]Trait kurobako_core::problem::ProblemSpec

pub trait ProblemSpec: StructOpt + Serialize + for<'a> Deserialize<'a> {
    type Problem: Problem;
    fn make_problem(&self) -> Result<Self::Problem>;
}

Associated Types

Loading content...

Required methods

fn make_problem(&self) -> Result<Self::Problem>

Loading content...

Implementors

impl ProblemSpec for CommandProblemSpec[src]

Loading content...