[−][src]Struct futures_util::io::Flush
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: Debug + ?Sized + 'a> Debug for Flush<'a, W>
[src]
[+]
impl<'a, W: Debug + ?Sized + 'a> Debug for Flush<'a, W>
impl<W: ?Sized, '_> Unpin for Flush<'_, W>
[src]
impl<W: ?Sized, '_> Unpin for Flush<'_, W>
impl<W: ?Sized, '_> Future for Flush<'_, W> where
W: AsyncWrite,
[src]
[+]
impl<W: ?Sized, '_> Future for Flush<'_, W> where
W: AsyncWrite,