Skip to main content

AsyncReadWrite

Trait AsyncReadWrite 

Source
pub trait AsyncReadWrite:
    AsyncRead
    + AsyncWrite
    + Send
    + Unpin { }
Expand description

Object-safe alias for the boxed accepted stream: an AsyncRead + AsyncWrite the embedder drives.

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§