//! Module: view::pool
//!
//! Responsibility: define read-only canister-pool scan projections.
//! Does not own: stable storage, mutation authority, or scheduler decisions.
//! Boundary: storage ops return bounded pages to the pool recovery workflow.
use cratePrincipal;
/// Stable ordering position for a pending-reset pool scan.
/// Bounded pending-reset page used by the pool recovery scheduler.