Crate n0_error_macros

Crate n0_error_macros 

Source

Attribute Macros§

stack_error
Attribute macro to expand error enums or structs.

Derive Macros§

StackError
Derive macro that implements StackError, Display, Debug and std::error::Error and generates From<T> impls for fields/variants configured via #[error(..)]. Derive macro for stack errors.