Function std::io::read_until

source ·
fn read_until<R: BufRead + ?Sized>(
    r: &mut R,
    delim: u8,
    buf: &mut Vec<u8>
) -> Result<usize>