Struct futures::io::Flush [−][src]
A future used to fully flush an I/O object.
Resolves to the underlying I/O object once the flush operation is complete.
Created by the flush
function.
Trait Implementations
impl<'a, W> Unpin for Flush<'a, W> where
W: ?Sized,
[src]
impl<'a, W> Unpin for Flush<'a, W> where
W: ?Sized,
impl<'a, W> Debug for Flush<'a, W> where
W: 'a + Debug + ?Sized,
[src]
[+]
impl<'a, W> Debug for Flush<'a, W> where
W: 'a + Debug + ?Sized,
impl<'a, W> Future for Flush<'a, W> where
W: AsyncWrite + ?Sized,
[src]
[+]
impl<'a, W> Future for Flush<'a, W> where
W: AsyncWrite + ?Sized,