[][src]Function gluesql::tests::run

pub async fn run<T: 'static + Debug, U: Store<T> + StoreMut<T> + AlterTable, '_>(
    cell: Rc<RefCell<Option<U>>>,
    sql: &'_ str
) -> Result<Payload>