wasmtime_
wasi_
tls
35.0.0
TlsStream
Implementations on Foreign Types
TlsStream<Box<dyn TlsTransport>>
Implementors
In crate wasmtime_
wasi_
tls
wasmtime_wasi_tls
Trait
TlsStream
Copy item path
Source
pub trait TlsStream: AsyncRead + AsyncWrite +
Send
+
Unpin
+ 'static { }
Expand description
A TLS connection.
Implementations on Foreign Types
§
Source
§
impl
TlsStream
for TlsStream<
Box
<dyn
TlsTransport
>>
Implementors
§