pub async fn load_string(path: &str) -> Result<String, FileError>
Expand description

Load string from the path and block until its loaded. Right now this will use load_file and from_utf8_lossy internally, but implementation details may change in the future