Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 1.35 KB

README.md

File metadata and controls

28 lines (18 loc) · 1.35 KB

API Overview

Modules

Classes

  • result.DoException: This is used to signal to do() that the result is an Err,
  • result.Err: A value that signifies failure and which stores arbitrary data for the error.
  • result.Ok: A value that indicates success and which stores arbitrary data for the return value.
  • result.UnwrapError: Exception raised from .unwrap_<...> and .expect_<...> calls.

Functions


This file was automatically generated via lazydocs.