Enum evm_core::ExitFatal [−][src]
pub enum ExitFatal { NotSupported, UnhandledInterrupt, CallErrorAsFatal(ExitError), Other(Cow<'static, str>), }
Expand description
Exit fatal reason.
Variants
The operation is not supported.
The trap (interrupt) is unhandled.
The environment explictly set call errors as fatal error.
Tuple Fields of CallErrorAsFatal
0: ExitError
Other fatal errors.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ExitFatal
impl UnwindSafe for ExitFatal
Blanket Implementations
Mutably borrows from an owned value. Read more