Trait node_testing::client::sc_executor::sp_wasm_interface::HostFunctions[][src]

pub trait HostFunctions: 'static {
    fn host_functions() -> Vec<&'static (dyn Function + 'static), Global>;
}
Expand description

Something that provides implementations for host functions.

Required methods

Returns the host functions Self provides.

Implementations on Foreign Types

Implementors