Search results

There are no results.

std.result

Types for error handling.

The Result type is used for error handling, and wraps either an OK value or an error value.

Classes

Result

A type that represents either success (Ok(T)) or failure (Error(E)).