Skip to main content

with_global_layers

Function with_global_layers 

Source
fn with_global_layers(
    app: Router,
    readiness: Arc<dyn ReadinessGate>,
    standby_progress: Option<Arc<dyn StandbyReplayProgress>>,
    standby_promote: Option<Arc<Mutex<Option<Sender<()>>>>>,
) -> Router