Function default_skip_until

pub(in ::io::buf_read) fn default_skip_until<R: BufRead + ?Sized>(r: &mut R, delim: u8) -> Result<usize>