//! Trait implementations that make `DynamoDB` plug into Vantage.
//!//! `DataSource` is the marker. `TableSource` is currently a skeleton —
//! every method returns `todo!()` per the docs4 step-5 advice; impls
//! land incrementally driven by tests.
moddata_source;modexpr_data_source;modtable_source;