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

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

A test runner result.