Struct evm_adapters::fuzz::FuzzError [−][src]
pub struct FuzzError<Reason> {
pub test_error: TestError<Bytes>,
pub return_reason: Reason,
pub revert_reason: String,
}Fields
test_error: TestError<Bytes>The proptest error occurred as a result of a test case
return_reason: ReasonThe return reason of the offending call
revert_reason: StringThe revert string of the offending call
Auto Trait Implementations
impl<Reason> RefUnwindSafe for FuzzError<Reason> where
Reason: RefUnwindSafe,
impl<Reason> UnwindSafe for FuzzError<Reason> where
Reason: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more