[][src]Type Definition rune_testing::Result

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

The result returned from our functions.