Type Alias OnStoreCallback

Source
pub type OnStoreCallback = Box<dyn FnOnce(u64) -> Pin<Box<dyn Future<Output = ()> + Send + Sync + 'static>> + Send + Sync + 'static>;
Expand description

takes the new durable frame_no and returns a future

Aliased Typeยง

pub struct OnStoreCallback(/* private fields */);