Enum primitive_types::Error [−][src]
pub enum Error {
Overflow,
}Expand description
Error type for conversion.
Variants
Overflow encountered.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Errorimpl UnwindSafe for Error