Trait tlb::CellSerialize
source · pub trait CellSerialize {
// Required method
fn store(&self, builder: &mut CellBuilder) -> Result<(), CellBuilderError>;
}pub trait CellSerialize {
// Required method
fn store(&self, builder: &mut CellBuilder) -> Result<(), CellBuilderError>;
}