read_until
std
1.93.0-nightly
(07bdbaedc 2025-11-19)
In std::io
std
::
io
Function
read_
until
Copy item path
Source
fn read_until<R:
BufRead
+ ?
Sized
>( r:
&mut R
, delim:
u8
, buf: &mut
Vec
<
u8
>, ) ->
Result
<
usize
>