We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 065844b commit 3761849Copy full SHA for 3761849
1 file changed
std/src/sys/pal/unix/l4re.rs
@@ -54,6 +54,10 @@ pub mod net {
54
unimpl!();
55
}
56
57
+ pub fn read_buf(&self, _: BorrowedCursor<'_>) -> io::Result<()> {
58
+ unimpl!();
59
+ }
60
+
61
pub fn read_vectored(&self, _: &mut [IoSliceMut<'_>]) -> io::Result<usize> {
62
63
0 commit comments