Struct uint_crate::FromStrRadixErr [−][src]
pub struct FromStrRadixErr { /* fields omitted */ }
Expand description
The error type for parsing numbers from strings.
Implementations
Returns the corresponding FromStrRadixErrKind
for this error.
Trait Implementations
Performs the conversion.
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for FromStrRadixErr
impl Send for FromStrRadixErr
impl Sync for FromStrRadixErr
impl Unpin for FromStrRadixErr
impl UnwindSafe for FromStrRadixErr