Enum bms_rs::parse::ParseError [−][src]
Expand description
An error occurred when parsing the TokenStream
.
Variants
SyntaxError(String)
Tuple Fields
0: String
Syntax formed from the commands was invalid.
BpmParseError(String)
Tuple Fields
0: String
The invalid real number for the BPM.
UndefinedObject(ObjId)
Tuple Fields
0: ObjId
The object has required but not defined,
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for ParseError
impl Send for ParseError
impl Sync for ParseError
impl Unpin for ParseError
impl UnwindSafe for ParseError
Blanket Implementations
Mutably borrows from an owned value. Read more