StoreFuture

Type Alias StoreFuture 

Source
pub type StoreFuture<'a, T> = Pin<Box<dyn Future<Output = Result<T, StoreError>> + Send + 'a>>;
Expand description

Persistence contract for broker-issued tokens.

Aliased Typeยง

pub struct StoreFuture<'a, T> { /* private fields */ }