Skip to main content

CellParserError

Type Alias CellParserError 

Source
pub type CellParserError<'de> = <CellParser<'de> as BitReader<'de>>::Error;
Expand description