// Pool authority policy:
// - answers βis the caller authorized to perform pool admin operations?β
// - side-effect free
// - does not log / mutate / schedule
use cratePoolPolicyError;
/// Require that the caller is authorized to perform pool admin operations.
///
/// Current policy: root-only.
pub const