default_read_exact
std
1.93.0-nightly
(07bdbaedc 2025-11-19)
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
<
()
>