Struct wasmi::RuntimeArgs [] [src]

pub struct RuntimeArgs<'a>(_);

Safe wrapper for list of arguments.

Methods

impl<'a> RuntimeArgs<'a>
[src]

[src]

Extract argument by index idx returning error if cast is invalid or not enough arguments

[src]

Extract argument as a runtime value by index idx returning error is not enough arguments

[src]

Total number of arguments

Trait Implementations

impl<'a> Debug for RuntimeArgs<'a>
[src]

[src]

Formats the value using the given formatter.

impl<'a> From<&'a [RuntimeValue]> for RuntimeArgs<'a>
[src]

[src]

Performs the conversion.