Trait TestDatabaseConnection

Source
pub trait TestDatabaseConnection {
    // Required method
    fn connection_string(&self) -> String;
}
Expand description

Re-export the traits from testkit-core

Required Methods§

Implementors§