Struct parity_wasm::interpreter::UserFunction [] [src]

pub struct UserFunction {
    pub desc: UserFunctionDescriptor,
    pub result: Option<ValueType>,
}

User function type.

Fields

Descriptor with variable-length definitions

Return type of the signature

Methods

impl UserFunction
[src]

New function with statically known params

New function with statically unknown params

Name of the function

Arguments of the function

Return type of the function

Trait Implementations

impl Clone for UserFunction
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more