Enum darklua_core::nodes::NumberParsingError [−][src]
pub enum NumberParsingError {
InvalidHexadecimalNumber,
InvalidHexadecimalExponent,
InvalidDecimalNumber,
InvalidDecimalExponent,
InvalidBinaryNumber,
}
Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for NumberParsingError
impl Send for NumberParsingError
impl Sync for NumberParsingError
impl Unpin for NumberParsingError
impl UnwindSafe for NumberParsingError
Blanket Implementations
Mutably borrows from an owned value. Read more