Function move_vm_runtime::native_functions::make_table_from_iter
source · [−]pub fn make_table_from_iter<S: Into<Box<str>>>(
addr: AccountAddress,
elems: impl IntoIterator<Item = (S, S, NativeFunction)>
) -> NativeFunctionTable