Trait mfio_rt::StreamHandle

source ·
pub trait StreamHandle: AsyncRead<NoPos> + AsyncWrite<NoPos> { }
Expand description

Supertrait for stream handles.

Object Safety§

This trait is not object safe.

Implementors§