Searched defs:read_to_string (Results 1 – 9 of 9) sorted by relevance
23 pub async fn read_to_string(path: impl AsRef<Path>) -> io::Result<String> { in read_to_string() function
60 mod read_to_string; module
2 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
89 fn read_to_string(path: &Path) -> Result<String> { in read_to_string() function
113 mod read_to_string; module318 fn read_to_string<'a>( in read_to_string() method
118 fn read_to_string(&mut self, buf: &mut String) -> io::Result<usize> { in read_to_string() function
507 fn read_to_string<R: io::Read>(mut rdr: R) -> String { in read_to_string() function