Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 968 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 968 Bytes

API Overview

Modules

Classes

  • common.UnwrapError: Custom exception raised when an invalid 'unwrap' or 'unwrap_err' is called on a Result object.
  • option.Option: A class that expands the built-in Optional type, representing a value that may or may not be present (Some or None).
  • result.Err: Represents a failed Result with an Err value.
  • result.Ok: Represents a successful Result with an Ok value.

Functions

  • result.Catch: A decorator that returns a Err if captured an exception or Ok if the function returns successfully.

This file was automatically generated via lazydocs.