Module redis_sk::aio_async_std[][src]

Expand description

Enables the async_std compatibility

Structs

AsyncStd

Represents an AsyncStd connectable

TcpStreamAsyncStdWrapped

Wraps the async_std TcpStream in order to implement the required Traits for it

TlsStreamAsyncStdWrapped

Wraps the async_native_tls TlsStream in order to implement the required Traits for it

UnixStreamAsyncStdWrapped

Wraps the async_std UnixStream in order to implement the required Traits for it