BlobFuture

Type Alias BlobFuture 

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

A boxed future returned by an immutable blob repository.

Aliased Typeยง

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