Skip to main content

Crate err_tools

Crate err_tools 

Source

Modules§

macros
traceable

Macros§

e_format
Create an anyhow::Err using format args
err_at
Create a traceable result, ready to return as error from function
err_at_map
Applies a location to the given Error
err_at_res
err_wrap

Structs§

SError
SWrap
SgError
SgWrap

Traits§

OpError
This trait applies to any Option and allows easy handling error cases.
ResError

Functions§

e_str
Create an anyhow result from a static str Userful for quick comparisons
e_string
Create an anyhow result from a String Userful for putting info in the string