Type Alias DrbDifficultySelectorFn

Source
pub type DrbDifficultySelectorFn<TYPES> = Arc<dyn Fn(<TYPES as NodeType>::View) -> BoxFuture<'static, u64> + Send + Sync + 'static>;

Aliased Typeยง

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