pub fn reload(
user_config_dir: &Path,
project_dir: Option<&Path>,
) -> Result<(LuaRuntime, Vec<LuaExtension>), LuaError>Expand description
Hot reload: drop old state, create new runtime, re-load extensions.
pub fn reload(
user_config_dir: &Path,
project_dir: Option<&Path>,
) -> Result<(LuaRuntime, Vec<LuaExtension>), LuaError>Hot reload: drop old state, create new runtime, re-load extensions.