#[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::coded_error;
#[coded_error]
struct MarkdownSyntaxError(pub String, pub String);