Expand description
A simple error construct with a better Display
implementation that prints nested errors via the source
method.
fn main() -> Result<(), fullerror::FullError> {} //all you need
Macros§
- set_tab
- Use a custom tab for nested sources. Defaults to “from =>”.
Structs§
- Full
Error - The full error.