Attribute Macro coded_error

Source
#[coded_error]
Expand description

Custom coded error attribute macro, replaces the coded form errors in the original define_custom_errors! macro

ยงExample

use cmark_writer_macros::coded_error;

#[coded_error]
struct MarkdownSyntaxError(pub &'static str, pub &'static str);