Type Alias zebra_test::prelude::prop::test_runner::TestCaseResult
pub type TestCaseResult = Result<(), TestCaseError>;
Expand description
Convenience for the type returned by test cases.
Aliased Type§
enum TestCaseResult {
Ok(()),
Err(TestCaseError),
}