Module thesis::mismatch[][src]

Structs

A mismatch handler which always returns the value from the control function and does nothing else.

FnTrait is a MismatchHandler that wraps a closure

Type passed to the on_mismatch function, which is called when the control and experimental methods create different values.

Traits

A MismatchHandler resolves differences between the control and experimental values. If the two values differ, then on_mismatch is called. This function is used to determine which value should be passed back to the aplication, and possibly do some extra logging or recording if desired.