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