wasmtime_
wasi
25.0.2
Host
Implementations on Foreign Types
&mut _T
Implementors
In wasmtime_
wasi::
bindings::
sockets::
udp
Trait
wasmtime_wasi
::
bindings
::
sockets
::
udp
::
Host
Copy item path
source
·
[
−
]
pub trait Host:
Send
+
HostUdpSocket
+
HostIncomingDatagramStream
+
HostOutgoingDatagramStream
{ }
Implementations on Foreign Types
§
source
§
impl<_T:
Host
+ ?
Sized
+
Send
>
Host
for
&mut _T
Implementors
§
source
§
impl<T>
Host
for
WasiImpl
<T>
where T:
WasiView
,