Module flag_error

Module flag_error 

Source
Expand description

This module contains a function for flagging an error in a Result type.

§Use Case

  • Propagating errors in a Result type.
  • Tracking whether an error occurred in a Result type.

Structs§

FlagCounter
A structure that provides a counter for managing flags or similar use cases.

Functions§

flag_error
Flags an error while propagating the result of a Result type.