Enum planus_cli::ast::convert::NumericalParseError [−][src]
pub enum NumericalParseError {
Overflow,
Underflow,
Format,
}Variants
Overflow
Underflow
Format
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for NumericalParseError
impl Send for NumericalParseError
impl Sync for NumericalParseError
impl Unpin for NumericalParseError
impl UnwindSafe for NumericalParseError
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key and return true if they are equal.
