pub fn match_output<I, D>(log: &EvaluationLog, directives: I) -> MatchResultwhere
    D: AsRef<Directive>,
    I: IntoIterator<Item = D>,
Expand description

Matches the directives against the evaluation log.