pub trait FailureEvidence:
Copy
+ Default
+ BitOrAssign { }Expand description
Compact failure evidence that can be OR-reduced across rows.
Default::default must mean success, including for an empty batch. The compiler cannot
check this requirement.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".