Type Alias datatest_stable::Result

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

The result type for datatest-stable tests.