Skip to main content

with_runtime_autostart

Function with_runtime_autostart 

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