pub type StoreFuture<'a, T> = Pin<Box<dyn Future<Output = Result<T, StoreError>> + Send + 'a>>;
Persistence contract for broker-issued tokens.
pub struct StoreFuture<'a, T> { /* private fields */ }