Searched defs:CustomInputConfig (Results 1 – 1 of 1) sorted by relevance
884 struct CustomInputConfig { struct891 // function returns a CustomInputConfig. The field in CustomInputConfig are corresponding to the argument893 fn parse_input_config_file(config_path: &PathBuf, device_idx: u32) -> Result<CustomInputConfig> { in parse_input_config_file()