Struct futures::io::ReadHalf [−][src]
The readable half of an object returned from AsyncRead::split
.
Trait Implementations
impl<T> Debug for ReadHalf<T> where
T: Debug,
[src]
[+]
impl<T> Debug for ReadHalf<T> where
T: Debug,
impl<R> AsyncRead for ReadHalf<R> where
R: AsyncRead,
[src]
[+]
impl<R> AsyncRead for ReadHalf<R> where
R: AsyncRead,