async fn store_drb_result<TYPES: NodeType, I: NodeImplementation<TYPES>>(
task_state: &mut QuorumVoteTaskState<TYPES, I>,
decided_leaf: &Leaf2<TYPES>,
) -> Result<()>Expand description
Store the DRB result for the next epoch if we received it in a decided leaf.