Function moras::io::file_io::read_file_str

source ยท
pub fn read_file_str(
    file_path_str: &str,
) -> Result<String, Box<dyn Error + Send + Sync>>
Expand description

Read file with string path.