We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0018386 commit 6318df5Copy full SHA for 6318df5
src/shims/unix/fd.rs
@@ -26,6 +26,7 @@ pub trait FileDescription: std::fmt::Debug + Any {
26
fn name(&self) -> &'static str;
27
28
/// Reads as much as possible into the given buffer, and returns the number of bytes read.
29
+ /// `ptr` is the pointer to user supplied read buffer.
30
fn read<'tcx>(
31
&self,
32
_self_ref: &FileDescriptionRef,
0 commit comments