pub fn load_language_config<'a, 'config, L: Language<'config>>(
config_file_entry: &'config Table,
cli_matches: &'config ArgMatches,
spec: &'a CliArgsSet,
) -> Result<L::Config>pub fn load_language_config<'a, 'config, L: Language<'config>>(
config_file_entry: &'config Table,
cli_matches: &'config ArgMatches,
spec: &'a CliArgsSet,
) -> Result<L::Config>