[−][src]Trait futures_util::io::AsyncWriteExt
An extension trait which adds utility methods to AsyncWrite
types.
Provided methods
ⓘImportant traits for Flush<'_, W>fn flush(&mut self) -> Flush<Self> where
Self: Unpin,
[+]
ⓘImportant traits for Flush<'_, W>
Self: Unpin,
ⓘImportant traits for Close<'_, W>fn close(&mut self) -> Close<Self> where
Self: Unpin,
[+]
ⓘImportant traits for Close<'_, W>
Self: Unpin,
ⓘImportant traits for WriteAll<'_, W>fn write_all<'a>(&'a mut self, buf: &'a [u8]) -> WriteAll<'a, Self> where
Self: Unpin,
[+]
ⓘImportant traits for WriteAll<'_, W>
Self: Unpin,
ⓘImportant traits for Compat<R>fn compat_write(self) -> Compat<Self> where
Self: Sized + Unpin,
[+]
ⓘImportant traits for Compat<R>
Self: Sized + Unpin,
Implementors
impl<W: AsyncWrite + ?Sized> AsyncWriteExt for W
[src][−]
ⓘImportant traits for Flush<'_, W>fn flush(&mut self) -> Flush<Self> where
Self: Unpin,
[src]
ⓘImportant traits for Flush<'_, W>
Self: Unpin,
ⓘImportant traits for Close<'_, W>fn close(&mut self) -> Close<Self> where
Self: Unpin,
[src]
ⓘImportant traits for Close<'_, W>
Self: Unpin,
ⓘImportant traits for WriteAll<'_, W>fn write_all<'a>(&'a mut self, buf: &'a [u8]) -> WriteAll<'a, Self> where
Self: Unpin,
[src]
ⓘImportant traits for WriteAll<'_, W>
Self: Unpin,
ⓘImportant traits for Compat<R>fn compat_write(self) -> Compat<Self> where
Self: Sized + Unpin,
[src]
ⓘImportant traits for Compat<R>
Self: Sized + Unpin,