pub type SessionStoreFuture<'a, T> = Pin<Box<dyn Future<Output = Result<T, SessionStoreError>> + Send + 'a>>;Expand description
Runtime-neutral boxed future returned by session storage ports.
Aliased Typeยง
pub struct SessionStoreFuture<'a, T> { /* private fields */ }