Skip to main content

AsyncReadWrite

Trait AsyncReadWrite 

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

Blanket async read+write trait for streams Box-ing

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§