forked from alloy-rs/alloy
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add TryFrom for GethTrace for all inner variants (alloy-rs#933)
* feat: add TryFrom for GethTrace for all inner variants * Use workspace version for thiserror * Fix clippy findings * Simplify error * Add functions for try_into_{tracer-variant} for GethTrace * Fix clippy findings * Update changelog * Typo * Fix clippy findings * Remove redundant TryFrom implementation and rename try_into method to match the returning type
- Loading branch information
Showing
3 changed files
with
106 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters