pub async fn run_optional_startup_phase<F, Fut, E>(
name: &'static str,
phase: F,
) -> StartupPhaseReportExpand description
Runs one optional startup phase and returns its report.
Optional phase failures are logged and represented as
StartupPhaseStatus::SkippedAfterFailure, but the error does not abort startup.