Function solana_perf::packet::to_packets_chunked[][src]

pub fn to_packets_chunked<T: Serialize>(xs: &[T], chunks: usize) -> Vec<Packets>
Notable traits for Vec<u8, A>
impl<A> Write for Vec<u8, A> where
    A: Allocator