//! Module: view::topology
//!
//! Responsibility: define topology policy input projections.
//! Does not own: canister records, registry storage, or topology decisions.
//! Boundary: ops mappers produce these views for topology policy.
use crate::;
///
/// TopologyPolicyInput
///
/// Read-only projection of one canister for topology policy evaluation.
/// Owned by view and produced by topology ops mappers.
///
///
/// RegistryPolicyInput
///
/// Read-only registry snapshot for topology policy evaluation.
/// Owned by view and produced by topology ops mappers.
///