Docs.rs
locate-error-derive-0.1.1
locate-error-derive 0.1.1
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
brylee10
Dependencies
proc-macro2 ^1.0.94
normal
quote ^1.0.40
normal
syn ^2.0.100
normal
trybuild ^1.0.104
normal
thiserror ^2
dev
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
Crate locate_error_derive
locate_
error_
derive
0.1.1
All Items
Crate Items
Derive Macros
Crate
locate_
error_
derive
Copy item path
Source
Derive Macros
ยง
Locate
This macro is used to implement
From
on an enum or struct and locating where the
From
impl is called. Typically used for tracking sources of bubbling errors with
thiserror
.