Module kube_core::error_boundary
source · 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
.