[][src]Type Definition proptest::test_runner::TestCaseResult

type TestCaseResult = Result<(), TestCaseError>;

Convenience for the type returned by test cases.