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

type TestCaseResult = Result<(), TestCaseError>;

Convenience for the type returned by test cases.