pub async fn handle_drb_result<TYPES: NodeType, I: NodeImplementation<TYPES>>(
membership: &Arc<RwLock<TYPES::Membership>>,
epoch: TYPES::Epoch,
storage: &I::Storage,
consensus: &OuterConsensus<TYPES>,
drb_result: DrbResult,
)
pub async fn handle_drb_result<TYPES: NodeType, I: NodeImplementation<TYPES>>(
membership: &Arc<RwLock<TYPES::Membership>>,
epoch: TYPES::Epoch,
storage: &I::Storage,
consensus: &OuterConsensus<TYPES>,
drb_result: DrbResult,
)