Structs

The termwiz Error type encapsulates a range of internal errors in an opaque manner. You can use the source method to reach the underlying errors if necessary, but it is not expected that most code will need to do so. Please file an issue if you’ve got a usecase for this!

Traits

This trait allows extending the Result type so that it can create a termwiz::Error that wraps an underlying other error and provide additional context on that error.

Type Definitions

A Result whose error type is a termwiz Error