pub fn into_shreds(
    chunks: impl IntoIterator<Item = DuplicateShred>,
    leader: impl LeaderScheduleFn
) -> Result<(Shred, Shred), Error>
Expand description

Reconstructs the duplicate shreds from chunks of DuplicateShred.