1 2 3 4 5 6 7 8
use crate::Error; impl_store_request_future!( PutStoreRequestFuture, crate::request::PutStoreRequest, wasm_bindgen::JsValue, "Future returned by [`PutStoreRequest::into_future`](crate::request::PutStoreRequest::into_future)." );