Expand description
Types for isolating deserialization failures. See DeserializeGuard
.
Structsยง
- A wrapper type for K that lets deserializing the parent object succeed, even if the K is invalid.
- An object that failed to be deserialized by the
DeserializeGuard
.