Type Definition af_core::test::runner::Result[][src]

type Result<T = Output, E = Error> = Result<T, E>;

A test runner result.