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