Enum core::num::dec2flt::parse::ParseResult
[−]
[src]
pub enum ParseResult<'a> { Valid(Decimal<'a>), ShortcutToInf, ShortcutToZero, Invalid, }
Unstable (
dec2flt
): internal routines only exposed for testing
Variants
Valid | Unstable ( dec2flt ): internal routines only exposed for testing |
ShortcutToInf | Unstable ( dec2flt ): internal routines only exposed for testing |
ShortcutToZero | Unstable ( dec2flt ): internal routines only exposed for testing |
Invalid | Unstable ( dec2flt ): internal routines only exposed for testing |