Trait sqlx_core_oldapi::testing::TestFn  
source · pub trait TestFn {
    type Output;
    // Required method
    fn run_test(self, args: TestArgs) -> Self::Output;
}pub trait TestFn {
    type Output;
    // Required method
    fn run_test(self, args: TestArgs) -> Self::Output;
}