[−][src]Module web3::transports::ws::compat
Compatibility layer between async-std and tokio
Structs
Compat | Compatibility layer. |
Functions
compat | Wrap given argument into compatibility layer. |
raw_tcp_stream | Create new TcpStream object. |
Type Definitions
TcpListener | async-std compatible TcpListener. |
TcpStream | async-std compatible TcpStream. |
TlsStream | TLS stream type for tokio runtime. |