pub trait Load<'a, C: CellFamily>: Sized {
    fn load_from(slice: &mut CellSlice<'a, C>) -> Option<Self>;
}

Required Methods§

Implementations on Foreign Types§

Implementors§