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