Struct futures_util::io::WriteAll
[−]
[src]
pub struct WriteAll<A, T> { /* fields omitted */ }A future used to write the entire contents of some data to a stream.
This is created by the write_all top-level method.
Trait Implementations
impl<A: Debug, T: Debug> Debug for WriteAll<A, T>[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl<A, T> Future for WriteAll<A, T> where
A: AsyncWrite,
T: AsRef<[u8]>, [src]
A: AsyncWrite,
T: AsRef<[u8]>,