pub trait Store<C: CellFamily> {
    fn store_into(&self, builder: &mut CellBuilder<C>) -> bool;
}

Required Methods§

Implementations on Foreign Types§

Implementors§