[go: up one dir, main page]

Module result

Module result 

Source
Expand description

Trackable Result types for main and test functions.

Type Aliasesยง

MainResult
A variant of Result for main functions that return a trackable error on failure.
TestResult
A variant of Result for unit tests that return a trackable error on failure.
TopLevelResult
A variant of Result for top-level functions that return a trackable error on failure.