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