//! Expected-table status-builder facade for `/debug/schema`.
//!
//! This module preserves a stable import surface while splitting status-row
//! assembly concerns by table-found state:
//! - `debug_evaluation_status_present_builder`
//! - `debug_evaluation_status_missing_builder`
pub(super) use super::debug_evaluation_status_missing_builder::build_missing_expected_table_status;
pub(super) use super::debug_evaluation_status_present_builder::build_present_expected_table_status;