pub type ReconstructionCacheFuture<'operation, T> = Pin<Box<dyn Future<Output = Result<T, ReconstructionCacheError>> + Send + 'operation>>;Expand description
Boxed asynchronous reconstruction-cache operation.
Aliased Typeยง
pub struct ReconstructionCacheFuture<'operation, T> { /* private fields */ }