Docs.rs
error-info-macros-0.3.0
error-info-macros 0.3.0
Permalink
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
lasantosr
Dependencies
darling ^0.20
normal
heck ^0.4
normal
macro-field-utils ^0.2
normal
once_cell ^1
normal
proc-macro-error ^1
normal
proc-macro2 ^1
normal
quote ^1
normal
regex ^1
normal
syn ^2
normal
Versions
50%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
error_
info_
macros
0.3.0
All Items
Crate Items
Derive Macros
Crate
error_info_macros
Copy item path
Source
Derive Macros
§
Error
Info
Derives the
ErrorInfo
trait for an enum. It’s
highly recommended
to include a prefix on each variant, as the name is used to generate the code, which is ofter required to be unique.