evaluates(_:info:)

Creates a trait that runs a single evaluation and makes its result available through the current evaluation context.

Declaration

static func evaluates(_ evaluation: any Evaluation, info: [String : String] = [:]) -> Self