Skip to main content

AsyncNetworkStream

Trait AsyncNetworkStream 

Source
pub trait AsyncNetworkStream: AsyncRead + AsyncWrite { }
Expand description

Used by AsyncClient to represent types that are AsyncRead and AsyncWrite.

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§