Module error_boundary

Source
Expand description

Types for isolating deserialization failures. See DeserializeGuard.

Structsยง

DeserializeGuard
A wrapper type for K that lets deserializing the parent object succeed, even if the K is invalid.
InvalidObject
An object that failed to be deserialized by the DeserializeGuard.