Expand description
Trackable Result types for main and test functions.
Type Aliasesยง
- Main
Result - A variant of
Resultfor main functions that return a trackable error on failure. - Test
Result - A variant of
Resultfor unit tests that return a trackable error on failure. - TopLevel
Result - A variant of
Resultfor top-level functions that return a trackable error on failure.