Type Alias StoreDrbResultFn

Source
pub type StoreDrbResultFn<TYPES> = Arc<Box<dyn Fn(<TYPES as NodeType>::Epoch, DrbResult) -> BoxFuture<'static, Result<()>> + Send + Sync + 'static>>;

Aliased Typeยง

struct StoreDrbResultFn<TYPES> { /* private fields */ }