Skip to main content

Module maybe_error

Module maybe_error 

Source
Expand description

MaybeError trait for types that may contain error information.

This module provides the MaybeError trait which allows types to represent either successful data or error states. It integrates with the DynamoError system to provide structured error handling.

Traitsยง

MaybeError
A trait for types that may contain error information.