pub trait AsyncWrite: for<'a> AsyncWriteWith<'a> { }Expand description
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.
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.