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

pub async fn run<T: Debug, U: GStore<T> + GStoreMut<T>>(
    cell: Rc<RefCell<Option<U>>>,
    sql: &str,
    indexes: Option<Vec<IndexItem>>
) -> Result<Payload>