Home
last modified time | relevance | path

Searched refs:IntoFunc (Results 1 – 2 of 2) sorted by relevance

/wasmtime-44.0.1/crates/wasmtime/src/runtime/
H A Dfunc.rs805 func: impl IntoFunc<T, Params, Results>, in wrap()
819 func: impl IntoFunc<T, Params, Results>, in try_wrap()
1824 pub trait IntoFunc<T, Params, Results>: Send + Sync + 'static { trait
1837 impl<T, F, $arg, R> IntoFunc<T, $arg, R> for F
1854 impl<T, F, $arg, R> IntoFunc<T, (Caller<'_, T>, $arg), R> for F impl
1873 impl<T, F, $($args,)* R> IntoFunc<T, ($($args,)*), R> for F
1890 impl<T, F, $($args,)* R> IntoFunc<T, (Caller<'_, T>, $($args,)*), R> for F impl
H A Dlinker.rs7 Instance, IntoFunc, Module, Result, StoreContextMut, Val, ValRaw, prelude::*,
544 func: impl IntoFunc<T, Params, Args>, in func_wrap()