[−][src]Trait chalk_engine::context::AggregateOps
Methods for combining solutions to yield an aggregate solution.
Required methods
fn make_solution(
&self,
root_goal: &UCanonical<InEnvironment<Goal<I>>>,
answers: impl AnswerStream<I>,
should_continue: impl Fn() -> bool
) -> Option<C::Solution>
&self,
root_goal: &UCanonical<InEnvironment<Goal<I>>>,
answers: impl AnswerStream<I>,
should_continue: impl Fn() -> bool
) -> Option<C::Solution>