fn read_batch(bytes: &[u8]) -> Vec<Self>fn write_batch(items: &[Self], bytes: &mut Vec<u8>)impl BatchData for Array[src]fn write_batch(items: &[Self], bytes: &mut Vec<u8>)[src]fn read_batch(bytes: &[u8]) -> Vec<Self>[src]impl BatchData for Opt[src]fn write_batch(items: &[Self], bytes: &mut Vec<u8>)[src]fn read_batch(bytes: &[u8]) -> Vec<Self>[src]impl BatchData for Struct[src]fn write_batch(items: &[Self], bytes: &mut Vec<u8>)[src]fn read_batch(bytes: &[u8]) -> Vec<Self>[src]impl<'a, T: EzBytes + Copy + Debug> BatchData for T[src]