pub fn load<F: FromPath, P: AsRef<Path>>(path: P) -> Result<F, F::Error>
Loads the value of the given type from the given path.
Returns Error when loading fails.
Error