//! Human-in-the-loop approval subsystem
//!
//! Centralized management of Provider, permission service, and pending refresh rules
//! required by the human-in-the-loop approval workflow.
use crate;
use PermissionRule;
use Arc;
/// Human-in-the-loop approval subsystem
///
/// Aggregates approval Provider, unified permission service, and pending permission rules.
/// Only has actual fields when the `human-loop` feature is enabled.
pub