Expand description
§Crash Test Helper APIs
The crashtest
component offers a little helper API that lets you deliberately
crash the application. It’s intended to help developers test the crash-handling
and crash-reporting capabilities of their app.
Enums§
- An error that can be returned from Rust code.
Functions§
- Trigger a hard abort inside the Rust code.
- Trigger an error inside the Rust code.
- Trigger a panic inside the Rust code.