Type Definition datatest_stable::Result[][src]

pub type Result<T> = Result<T, Box<dyn Error>>;
Expand description

The result type for datatest-stable tests.