Struct rkyv::validation::SharedArchiveValidator[][src]

pub struct SharedArchiveValidator<C> { /* fields omitted */ }
Expand description

An adapter that adds shared memory validation.

Implementations

Wraps the given context and adds shared memory validation.

Consumes the adapter and returns the underlying validator.

Trait Implementations

Checks the given parts of a relative pointer for bounds issues Read more

Checks the given memory block for bounds issues. Read more

Claims count bytes located offset bytes away from base. Read more

Claims the memory at the given location as the given type. Read more

Claims the memory referenced by the given relative pointer.

The error produced by any failing methods

Claims count shared bytes located offset bytes away from base. Read more

Claims the memory referenced by the given relative pointer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

The archived version of the pointer metadata for this type.

Converts some archived metadata to the pointer metadata for itself.

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type for metadata in pointers and references to Self.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.