Skip to main content

load_language_config

Function load_language_config 

Source
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>