idb/request/store/futures/
get_all_store_reuqest.rs1use crate::Error;
2
3impl_store_request_future!(
4 GetAllStoreRequestFuture,
5 crate::request::GetAllStoreRequest,
6 Vec<wasm_bindgen::JsValue>,
7 "Future returned by [`GetAllStoreRequest::into_future`](crate::request::GetAllStoreRequest::into_future)."
8);