Attribute Macrosยง
- error_
path - Attach an error path to a single Result-returning function.
- error_
path_ impl - Attach error paths to every Result-returning method in an impl block.
- error_
path_ skip - Marker attribute for methods inside
#[error_path_impl]blocks.