Function workflow_store::fs::read_to_string

source ยท
pub async fn read_to_string(filename: &Path) -> Result<String>
Expand description

Read file contents to a string. If using within the web browser environment, a local storage key with the name of the file will be used.