fn read_batch(bytes: &[u8]) -> Vec<Self>
fn write_batch(items: &[Self], bytes: &mut Vec<u8>)
impl BatchData for usize
[src]fn read_batch(bytes: &[u8]) -> Vec<Self>
[src]fn write_batch(items: &[Self], bytes: &mut Vec<u8>)
[src]impl BatchData for bool
[src]fn read_batch(bytes: &[u8]) -> Vec<Self>
[src]fn write_batch(items: &[Self], bytes: &mut Vec<u8>)
[src]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<T: IntFromU64> BatchData for T
[src]