Type Alias async_web_server::WsSend

source ·
pub type WsSend<IO = TcpOrTlsStream> = WsSend<IO>;

Aliased Type§

struct WsSend<IO = TcpOrTlsStream> { /* private fields */ }