Add Database helper type: Either
#12233
Labels
A-db
Related to the database
C-enhancement
New feature or request
D-good-first-issue
Nice and easy! A great choice to get started
Describe the feature
under some circumstances it might be useful to use two different
Database
implementations.we currently don't have an
Either
type for thiseventually this should be upstreamed to revm directly, but we can introduce this here first
reth/crates/revm/src/lib.rs
Line 15 in 460e26c
TODO
mod either
and enumEither
that implementsDatabase
if both variants implement database.Additional context
No response
The text was updated successfully, but these errors were encountered: