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