pub type StoreDrbResultFn = Arc<Box<dyn Fn(EpochNumber, DrbResult) -> BoxFuture<'static, Result<()>> + Send + Sync + 'static>>;
pub struct StoreDrbResultFn { /* private fields */ }