Function next_solution_and

Source
pub fn next_solution_and<'a>(
    sn: Rc<RefCell<SolutionNode<'a>>>,
) -> Option<Rc<SubstitutionSet<'a>>>
Expand description

Calls next_solution() on all subgoals of the And operator.

All subgoals must succeed for the And solution node to succeed.

§Arguments

§Return

SubstitutionSet or None