load_kv_file

Function load_kv_file 

Source
pub fn load_kv_file(path: impl AsRef<Path>) -> Result<ConfigMap>
Expand description

Load a KEY=VALUE file from disk.

ยงErrors

Returns an error if the file cannot be read, or if its contents fail parse_kv_lines.