fn read_bal_index<DB>(state: &&mut State<DB>) -> u64Expand description
Reads the BAL index from a &mut State<DB>.
Used as a BalIndexReader callback so the
generic BbBlockExecutor can pick its
starting segment without a trait bound on DB.
fn read_bal_index<DB>(state: &&mut State<DB>) -> u64Reads the BAL index from a &mut State<DB>.
Used as a BalIndexReader callback so the
generic BbBlockExecutor can pick its
starting segment without a trait bound on DB.