Function skip_until

Source
fn skip_until<R: BufRead + ?Sized>(r: &mut R, delim: u8) -> Result<usize>