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