Crate fullerror

Source
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§

FullError
The full error.

Constants§

TAB_ENV
The enviroment variable that sets the source tab. Defaults to “from =>” if this is not set. Set with the set_tab macro.