Expand description
Validators that can check archived types.
Structs§
- Archive
Validator - A validator that can verify archives with nonlocal memory.
- Default
Validator - The default validator.
- Prefix
Range - A prefix range from an
ArchiveValidator
. - Shared
Validator - A validator that can verify shared memory.
- Suffix
Range - A suffix range from an
ArchiveValidator
.
Enums§
- Archive
Error - Errors that can occur when checking archive memory.
- Check
Deserialize Error - Errors that can occur while deserializing from bytes.
- Default
Validator Error - The default validator error.
- Shared
Error - Errors that can occur when checking shared memory.
Functions§
- check_
archived_ root - Checks the given archive at the given position for an archived version of the given type.
- check_
archived_ value - Checks the given archive at the given position for an archived version of the given type.
- from_
bytes - Checks and deserializes a value from the given bytes.
Type Aliases§
- From
Bytes Error - The error type for
from_bytes
.