1 2 3 4 5 6 7
use std::fmt::Debug; pub mod dameng; pub mod odbc; pub mod pg; pub trait ColumnInto: Debug {}