pub trait TestDatabaseConnection {
// Required method
fn connection_string(&self) -> String;
}Expand description
Re-export the traits from testkit-core
pub trait TestDatabaseConnection {
// Required method
fn connection_string(&self) -> String;
}Re-export the traits from testkit-core