Type Definition datatest_stable::Result[][src]

type Result<T> = Result<T, Box<dyn Error>>;

The result type for datatest-stable tests.