Trait AsyncIOHandle

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

A trait representing an asynchronous IO handle

Implementors§