pub type CheckpointFuture<'a, T> = Pin<Box<dyn Future<Output = Result<T>> + Send + 'a>>;
A boxed future returned by CheckpointStore methods.
CheckpointStore
pub struct CheckpointFuture<'a, T> { /* private fields */ }