Struct parity_wasm::interpreter::UserFunctions
[−]
[src]
pub struct UserFunctions<'a> {
pub functions: Vec<UserFunction>,
pub executor: &'a mut UserFunctionExecutor,
}Set of user-defined functions
Fields
functions: Vec<UserFunction>
Functions list.
executor: &'a mut UserFunctionExecutor
Functions executor.