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 0363884 commit bb6d03fCopy full SHA for bb6d03f
src/shims/unix/fd.rs
@@ -26,7 +26,9 @@ 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.
+ /// `ptr` is the pointer to the user supplied read buffer.
30
+ /// `len` indicates how many bytes the user requested.
31
+ /// `dest` is where the return value should be stored.
32
fn read<'tcx>(
33
&self,
34
_self_ref: &FileDescriptionRef,
0 commit comments