default_read_exact
std
1.92.0-nightly
(5c7ae0c7e 2025-10-02)
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
<
()
>