Host
wrpc_
runtime_
wasmtime
0.30.0
Host
Implementations on Foreign Types
&mut _T
Implementors
In wrpc_
runtime_
wasmtime::
bindings::
rpc::
context
wrpc_runtime_wasmtime
::
bindings
::
rpc
::
context
Trait
Host
Copy item path
Source
pub trait Host:
HostContext
{ }
Implementations on Foreign Types
§
Source
§
impl<_T:
Host
+ ?
Sized
>
Host
for
&mut _T
Implementors
§
Source
§
impl<T:
WrpcView
>
Host
for
WrpcRpcImpl
<T>
where <T::
Invoke
as
Invoke
>::
Context
: 'static,