std.result
Types for error handling.
The Result type is used for error handling, and wraps either an OK value or
an error value.
Types
| Result | A type that represents either success ( |
Types for error handling.
The Result type is used for error handling, and wraps either an OK value or
an error value.
| Result | A type that represents either success ( |