std::Panic::FrameContext
FrameContext
Provides context for a panic frame
Methods
crash
Terminates the program with the panic context
crash(self) -> voidobject
Returns a pointer to the object that caused the panic
object(self) -> *voidtype_name
Returns the type name of the object that caused the panic
type_name(self) -> stringoperator==
Equality comparison with type_info
op ==(self, const libcxx::type_info& other) -> bool