Trait completion_io::AsyncWrite[][src]

pub trait AsyncWrite: for<'a> AsyncWriteWith<'a> { }

Write bytes to a source asynchronously.

This is an async version of std::io::Write.

You should not implement this trait manually, instead implement AsyncWriteWith.

Implementors

impl<T: for<'a> AsyncWriteWith<'a> + ?Sized> AsyncWrite for T[src]

Loading content...