Trait tlb::CellDeserialize
source · pub trait CellDeserialize<'de>: Sized {
// Required method
fn parse(parser: &mut CellParser<'de>) -> Result<Self, CellParserError<'de>>;
}Required Methods§
fn parse(parser: &mut CellParser<'de>) -> Result<Self, CellParserError<'de>>
Object Safety§
This trait is not object safe.