Skip to main content

CheckpointFuture

Type Alias CheckpointFuture 

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

A boxed future returned by CheckpointStore methods.

Aliased Typeยง

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