athena_rs 3.26.3

Hyper performant polyglot Database driver
1
2
3
4
5
6
7
//! Shared expected-table evaluation surface for `/debug/schema`.
//!
//! This module provides the stable import path for evaluation contracts while
//! mutating accumulator helpers live in `debug_evaluation_accumulator`.

pub(super) use super::debug_evaluation_contracts::ExpectedTablesEvaluation;
pub use super::debug_evaluation_contracts::LoggingSchemaExpectedTableStatus;