pub fn with_runtime_autostart<R>(
f: impl FnOnce(&mut Runtime) -> R,
) -> Result<R, RuntimeError>Expand description
Like with_runtime but auto-installs the default profile if missing.
pub fn with_runtime_autostart<R>(
f: impl FnOnce(&mut Runtime) -> R,
) -> Result<R, RuntimeError>Like with_runtime but auto-installs the default profile if missing.