[][src]Trait tree_buf::internal::types::Wrapper

pub unsafe trait Wrapper: Sized {
    type Inner: BatchData;
    fn write_batch(items: &[Self], bytes: &mut Vec<u8>) { ... }
fn read_batch(bytes: &[u8]) -> Vec<Self> { ... } }

Associated Types

Loading content...

Provided methods

fn write_batch(items: &[Self], bytes: &mut Vec<u8>)

fn read_batch(bytes: &[u8]) -> Vec<Self>

Loading content...

Implementors

impl Wrapper for Array[src]

type Inner = usize

impl Wrapper for Nullable[src]

type Inner = bool

Loading content...