//! Backend-agnostic typestate traits and enums for typed connections.
//!
//! This module provides traits for typed database connections with compile-time
//! transaction state tracking, plus backend-neutral `AnyIdle`/`AnyTx` wrappers.
// Re-export everything for public API
pub use ;
pub use ;