Searched defs:read_to_string (Results 1 – 9 of 9) sorted by relevance
27 pub async fn read_to_string(path: impl AsRef<Path>) -> io::Result<String> { in read_to_string() function
60 mod read_to_string; module
10 fn read_to_string() { in read_to_string() function
10 async fn read_to_string() { in read_to_string() function
33 pub(crate) fn read_to_string<'a, R>( in read_to_string() function
106 mod read_to_string; module309 fn read_to_string<'a>(&'a mut self, buf: &'a mut String) -> ReadToString<'a, Self> in read_to_string() method
125 fn read_to_string(&mut self, buf: &mut String) -> io::Result<usize> { in read_to_string() function
89 fn read_to_string(path: &Path) -> Result<String> { in read_to_string() function
507 fn read_to_string<R: io::Read>(mut rdr: R) -> String { in read_to_string() function