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§
- Flag
Counter - 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.