[][src]Type Definition async_tungstenite::MaybeTlsStream

type MaybeTlsStream<S> = StreamSwitcher<S, TlsStream<S>>;

A stream that might be protected with TLS.