idb 0.6.5

A futures based crate for interacting with IndexedDB on browsers using webassembly
Documentation
1
2
3
4
5
6
7
8
use crate::Error;

impl_store_request_future!(
    DeleteStoreRequestFuture,
    crate::request::DeleteStoreRequest,
    (),
    "Future returned by [`DeleteStoreRequest::into_future`](crate::request::DeleteStoreRequest::into_future)."
);