Trait photonio_uring::io::WriteExt
source · pub trait WriteExt {
type WriteAll<'a>: 'a + Future<Output = Result<(), Error>>
where
Self: 'a;
fn write_all<'a>(&'a mut self, buf: &'a [u8]) -> Self::WriteAll<'a>;
}
Expand description
Provides extension methods for Write
.