Function gh_config::load

source ยท
pub fn load<T, P>(path: P) -> Result<T, Error>
where T: for<'de> Deserialize<'de>, P: AsRef<Path>,
Expand description

Loads a file in the config directory as T type.