Function fs_err::tokio::read_to_string
source · pub async fn read_to_string(path: impl AsRef<Path>) -> Result<String>Available on crate feature
tokio only.Expand description
Wrapper for tokio::fs::read_to_string.