Skip to content

Commit 87718e1

Browse files
Nemo157cramertj
authored andcommitted
impl AsyncWrite for Vec<u8>
1 parent 9100ea4 commit 87718e1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

futures-io/src/lib.rs

+4
Original file line numberDiff line numberDiff line change
@@ -415,6 +415,10 @@ mod if_std {
415415
}
416416
}
417417

418+
impl AsyncWrite for Vec<u8> {
419+
delegate_async_write_to_stdio!();
420+
}
421+
418422
impl AsyncWrite for StdIo::Sink {
419423
delegate_async_write_to_stdio!();
420424
}

0 commit comments

Comments
 (0)