#[doc(hidden)]pub(crate) fn default_read_to_string<R>( r: &mut R, buf: &mut String, size_hint: Option<usize>, ) -> Result<usize, Error>where R: Read + ?Sized,
core_io_internals