Function read_to_string

Source
pub async fn read_to_string<P>(path: P) -> Result<String, Error>
where P: AsRef<Path>,