Function wasm_wave::wasmtime::get_func_type

source ·
pub fn get_func_type(func: &Func, store: &impl AsContext) -> FuncType
Expand description

Returns a FuncType for the given func and store.

§Panics

Panics if func doesn’t belong to store.