Function bootstrap::core::download::try_run

source ·
fn try_run(config: &Config, cmd: &mut Command) -> Result<(), ()>
Expand description

Config::try_run wrapper for this module to avoid warnings on try_run, since we don’t have access to a builder yet.