pub fn load<T, P>(path: P) -> Result<T, Error> where T: for<'de> Deserialize<'de>, P: AsRef<Path>,
Loads a file in the config directory as T type.
T