Trait reactor_trait::AsyncIOHandle[][src]

pub trait AsyncIOHandle: AsyncRead + AsyncWrite { }
Expand description

A trait representing an asynchronous IO handle

Implementors