Crate anyerror

Source

Macros§

func_name
Return the name of the callee.
func_path
Return the type path of the callee.

Structs§

AnyError
AnyError is a serializable wrapper Error.

Traits§

AddContext
The trait to add error context info to a Result<T, E>

Functions§

backtrace_str
Generate backtrace in string if feature backtrace is enabled. Otherwise it returns None.