FeatureConstraintResult

public struct FeatureConstraintResult<T> : Hashable where T : FeatureConstraint

Values of this type represent a single constraint evaluation result, used to determine whether a constraint has been met or not.

You receive these values when the feature’s constraints have been evaluated by the FeatureConstraintsEvaluator, which returns a FeatureConstraintEvaluation so that you can access the individual results.

See

FeatureConstraintEvaluation