// SPDX-License-Identifier: Apache-2.0
//! Page-related structures
//!
//! The most important structures in thie module are:
//! 1. `Secs`: controls enclave features during creation
//! 2. `SecInfo`: controls access permissions for enclave pages
pub use Class;
pub use Flags;
pub use Secs;
pub use AcceptError;
pub use SecInfo;