load_config_from_code

Function load_config_from_code 

Source
pub fn load_config_from_code(
    code: &str,
    root: Option<&Path>,
) -> Result<(Config, Vec<KeyMapping>, Option<(LuaEngine, RegistryKey, Vec<RegistryKey>)>)>