pub fn try_load<C: ConfigFile>() -> Result<C, LoadConfigError>Expand description
Try load a config file, linting it against its JSON schema.
pub fn try_load<C: ConfigFile>() -> Result<C, LoadConfigError>Try load a config file, linting it against its JSON schema.