Type Alias FutureClientStreams

Source
pub type FutureClientStreams = FutureStreams<TlsStream<WasiStreams>>;
Expand description

Library specific version of TLS connection after the handshake is completed. This alias allows it to use with wit-bindgen component generator which won’t take generic types

Aliased Type§

struct FutureClientStreams(/* private fields */);