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