Function read_to_string_if_exists

Source
pub fn read_to_string_if_exists(
    path: impl AsRef<Path>,
) -> Result<Option<String>>