Function rust_rpg_toolkit::file_io::load_file_to_string[][src]

pub async fn load_file_to_string<P: AsRef<Path>>(path: P) -> Result<String>