pub async fn with_connection_async<F, T, R>(fun: F) -> Rwhere
F: FnOnce(DbConnection<Arc<PersistentOrMem<NativeDbConnection, EphemeralDbConnection>>>) -> T,
T: Future<Output = R>,Expand description
Test harness that loads an Ephemeral store.