pub struct ValidatorResources(_);
Expand description

The implementation of WasmModuleResources used by Validator.

Trait Implementations

The function type used for validation.

Returns the table at given index if any.

Returns the linear memory at given index.

Returns the tag at given index.

Returns the global variable at given index.

Returns the FuncType associated with the given type index.

Returns the FuncType associated with the given function index.

Returns the element type at the given index.

Returns the number of elements.

Returns the number of bytes in the Wasm data section.

Returns whether the function index is referenced in the module anywhere outside of the start/function sections. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.