Host
wasmtime_
wasi
26.0.1
Host
Implementations on Foreign Types
&mut _T
Implementors
In wasmtime_
wasi::
bindings::
sync::
sockets::
tcp
Structs
TcpSocket
Enums
ShutdownType
Traits
GetHost
Host
HostTcpSocket
Functions
add_to_linker
add_to_linker_get_host
Type Aliases
Duration
ErrorCode
InputStream
IpAddressFamily
IpSocketAddress
Network
OutputStream
Pollable
wasmtime_wasi
::
bindings
::
sync
::
sockets
::
tcp
Trait
Host
Copy item path
Settings
Help
Summary
Source
pub trait Host:
HostTcpSocket
{ }
Implementations on Foreign Types
§
Source
§
impl<_T:
Host
+ ?
Sized
>
Host
for
&mut _T
Implementors
§
Source
§
impl<T>
Host
for
WasiImpl
<T>
where T:
WasiView
,