fn new()

in librabft-v2/src/record_store.rs [143:151]


    fn new(
        store: &'a RecordStoreState<Context>,
        qc_hash: QuorumCertificateHash<Context::HashValue>,
    ) -> Self {
        BackwardQuorumCertificateIterator {
            store,
            current_hash: qc_hash,
        }
    }