Enum ion_binary_rs::SymbolContextError [−][src]
pub enum SymbolContextError {
TableVersionAlreadyThere,
MaxIdNeededWhenImportingASharedTableWhereVersionIsNotAvailable,
MaxIdNeededWhenImportingANotFoundSharedTable,
InternalParserErrorThisIsABug,
NewTableIsNotSuperSetOfPrevious,
}Expand description
Errors that can happen related with the Symbol Table.
Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for SymbolContextErrorimpl Send for SymbolContextErrorimpl Sync for SymbolContextErrorimpl Unpin for SymbolContextErrorimpl UnwindSafe for SymbolContextError