pub type StorageAddDrbResultFn<TYPES> = Arc<Box<dyn Fn(<TYPES as NodeType>::Epoch, DrbResult) -> BoxFuture<'static, Result<()>> + Send + Sync + 'static>>;
struct StorageAddDrbResultFn<TYPES> { /* private fields */ }