pub struct RustPanic;Expand description
Structure provides an interface for parsing rust panic message.
Trait Implementations§
source§impl Exception for RustPanic
impl Exception for RustPanic
source§fn parse_exception(stderr: &str) -> Option<ExecutionClass>
fn parse_exception(stderr: &str) -> Option<ExecutionClass>
Extract exception info and return it as a
ExecutionClass struct.