CacheOpFuture

Type Alias CacheOpFuture 

Source
pub type CacheOpFuture<'a> = Pin<Box<dyn Future<Output = Result<()>> + Send + 'a>>;
Expand description

Future type for cache set/remove/clear operations

Aliased Typeยง

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