//! Sector access policy — the per-field disclosure contract and the filter that
//! applies it.
//!
//! Which fields a role may see describes what a passport *is*: the classes are
//! declared as data in the sector manifests, and the contract is part of what
//! the standard promises third parties.
//!
//! Distinct from `dpp-vc`, which establishes *which* audience a caller holds. A
//! credential proves the role; this maps the role to fields.
pub use ;
pub use SectorAccessPolicy;