1
2
3
4
5
6
7
8
use crate::Error;

impl_store_request_future!(
    CountStoreRequestFuture,
    crate::request::CountStoreRequest,
    u32,
    "Future returned by [`CountStoreRequest::into_future`](crate::request::CountStoreRequest::into_future)."
);