Skip to main content
default_read_exact
std
1.96.0-nightly
(38c0de8dc 2026-02-28)
In std::io
std
::
io
Function
default_
read_
exact
Copy item path
Source
pub(crate) fn default_read_exact<R:
Read
+ ?
Sized
>( this:
&mut R
, buf: &mut [
u8
], ) ->
Result
<
()
>