pub trait CheckpointStoreTestExt: CheckpointStore {
// Provided methods
fn timeout(&self) -> Duration { ... }
fn get_all_checkpoints(
&self,
) -> impl Future<Output = Result<HashMap<String, String>>> + Send { ... }
}
Provided Methods§
Object Safety§
This trait is not object safe.