Function solana_ledger::blockstore::make_chaining_slot_entries[][src]

pub fn make_chaining_slot_entries(
    chain: &[u64],
    entries_per_slot: u64
) -> Vec<(Vec<Shred>, Vec<Entry>)>
Notable traits for Vec<u8, A>
impl<A> Write for Vec<u8, A> where
    A: Allocator