Function app_status_gate

Source
pub(crate) async fn app_status_gate(
    __arg0: State<Receiver<AppStatus>>,
    req: Request,
    next: Next,
) -> impl IntoResponse