wrpc_runtime_wasmtime::rpc

Function add_to_linker

Source
pub fn add_to_linker<T>(linker: &mut Linker<T>) -> Result<()>
where T: WrpcView, T::Invoke: Clone + 'static, <T::Invoke as Invoke>::Context: 'static,