Crate error_doc

Source

Re-exports§

pub use thiserror;

Attribute Macros§

error_doc
This macro automatically generates missing documents for error variants from error messages.
errors
This macro derives thiserror::Error and [Debug] traits, and automatically generates missing documents for error variants from error messages.