[][src]Type Definition web3::transports::ws::compat::TlsStream

type TlsStream = Compat<TlsStream<TcpStream>>;

TLS stream type for tokio runtime.