fn read_batch(bytes: &[u8]) -> Result<Vec<Self>, ReadError>
fn write_batch(items: &[Self], bytes: &mut Vec<u8>)
fn read_one(bytes: &[u8], offset: &mut usize) -> Result<Self, ReadError>
impl BatchData for usize
[src]fn read_batch(bytes: &[u8]) -> Result<Vec<Self>, ReadError>
[src]fn write_batch(items: &[Self], bytes: &mut Vec<u8>)
[src]fn read_one(bytes: &[u8], offset: &mut usize) -> Result<Self, ReadError>
[src]impl BatchData for u8
[src]fn read_batch(bytes: &[u8]) -> Result<Vec<Self>, ReadError>
[src]fn write_batch(items: &[Self], bytes: &mut Vec<u8>)
[src]fn read_one(bytes: &[u8], offset: &mut usize) -> Result<Self, ReadError>
[src]impl BatchData for u16
[src]fn read_batch(bytes: &[u8]) -> Result<Vec<Self>, ReadError>
[src]fn write_batch(items: &[Self], bytes: &mut Vec<u8>)
[src]fn read_one(bytes: &[u8], offset: &mut usize) -> Result<Self, ReadError>
[src]impl BatchData for u32
[src]fn read_batch(bytes: &[u8]) -> Result<Vec<Self>, ReadError>
[src]fn write_batch(items: &[Self], bytes: &mut Vec<u8>)
[src]fn read_one(bytes: &[u8], offset: &mut usize) -> Result<Self, ReadError>
[src]impl BatchData for u64
[src]fn read_batch(bytes: &[u8]) -> Result<Vec<Self>, ReadError>
[src]fn write_batch(items: &[Self], bytes: &mut Vec<u8>)
[src]fn read_one(bytes: &[u8], offset: &mut usize) -> Result<Self, ReadError>
[src]impl BatchData for bool
[src]fn read_batch(bytes: &[u8]) -> Result<Vec<Self>, ReadError>
[src]fn write_batch(items: &[Self], bytes: &mut Vec<u8>)
[src]fn read_one(bytes: &[u8], offset: &mut usize) -> Result<Self, ReadError>
[src]impl BatchData for String
[src]fn read_batch(_bytes: &[u8]) -> Result<Vec<Self>, ReadError>
[src]fn write_batch(_items: &[Self], _bytes: &mut Vec<u8>)
[src]fn write_one(_item: Self, _bytes: &mut Vec<u8>)
[src]fn read_one(bytes: &[u8], offset: &mut usize) -> Result<Self, ReadError>
[src]impl BatchData for f64
[src]fn read_batch(bytes: &[u8]) -> Result<Vec<Self>, ReadError>
[src]fn write_batch(items: &[Self], bytes: &mut Vec<u8>)
[src]fn write_one(item: Self, bytes: &mut Vec<u8>)
[src]fn read_one(bytes: &[u8], offset: &mut usize) -> Result<Self, ReadError>
[src]impl BatchData for Array
[src]fn write_batch(items: &[Self], bytes: &mut Vec<u8>)
[src]fn read_batch(bytes: &[u8]) -> Result<Vec<Self>, ReadError>
[src]fn read_one(bytes: &[u8], offset: &mut usize) -> Result<Self, ReadError>
[src]fn write_one(value: Self, bytes: &mut Vec<u8>)
[src]impl BatchData for Nullable
[src]