read_file

Function read_file 

Source
pub async fn read_file(path: impl AsRef<Path>) -> Result<String>
Expand description

Native implementation of file read using async tokio IO.