Expand description
This module contains a function for flagging an error in a Result type.
§Use Case
- Propagating errors in a
Resulttype. - Tracking whether an error occurred in a
Resulttype.
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
Resulttype.