Enum sgf_parse::SgfParseError [−][src]
pub enum SgfParseError { LexerError(LexerError), UnexpectedGameTreeStart, UnexpectedGameTreeEnd, UnexpectedProperty, UnexpectedEndOfData, UnexpectedGameType, }
Expand description
Error type for failures parsing sgf from text.
Variants
LexerError(LexerError)
Trait Implementations
Performs the conversion.
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for SgfParseError
impl Send for SgfParseError
impl Sync for SgfParseError
impl Unpin for SgfParseError
impl UnwindSafe for SgfParseError
Blanket Implementations
Mutably borrows from an owned value. Read more