Enum keyvalues_parser::error::TokenContext [−][src]
pub enum TokenContext { EofWhileParsingKey, EofWhileParsingVal, EofWhileParsingSeq, EofWhileParsingObj, ExpectedSomeVal, ExpectedNonSeqVal, TrailingTokens, }
Expand description
Provides context on the specific tokenstream error
Variants
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for TokenContext
impl Send for TokenContext
impl Sync for TokenContext
impl Unpin for TokenContext
impl UnwindSafe for TokenContext
Blanket Implementations
Mutably borrows from an owned value. Read more