[][src]Type Definition solana_ledger::blockstore_processor::ProcessCallback

type ProcessCallback = Arc<dyn Fn(&Bank) + Sync + Send>;

Callback for accessing bank state while processing the blockstore