pub struct ValidatorResources(_);
The function type used for validation.
Returns the table at given index if any.
Returns the linear memory at given index.
Returns the event 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
impl<T> Any for T where
T: 'static + ?Sized,
[src]
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
impl<T, U> Into<U> for T where
U: From<T>,
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
The type returned in the event of a conversion error.
The type returned in the event of a conversion error.