Crate log_result_proc_macro
source ·Attribute Macros
- Attribute macro to enable logging a Result::Err variant if tagged to a function that returns a Result enum, and it returns an Err. Note: Returned E of Result<T, E> must implment the Display trait. Also, crate must have the log crate as a dependency.