Type Definition preroll::test_utils::TestResult[][src]

type TestResult<T> = Result<T>;

The result type to use for tests.

This is a surf::Result<T>.