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