Skip to main content

CacheGetFuture

Type Alias CacheGetFuture 

Source
pub type CacheGetFuture<'a> = Pin<Box<dyn Future<Output = Result<Option<Vec<u8>>>> + Send + 'a>>;
Expand description

Future type for cache get operations

Aliased Typeยง

pub struct CacheGetFuture<'a> { /* private fields */ }