[Feature] Implement evm traits for `either::Either`
mattsse opened this issue · comments
Describe the feature you would like
the either crate providers an enum Either<A,B>
type that is useful when dealing with optional.
we should add native support for the traits that we provide to Either
TODO
- implement Evm,Factory traits for
Either
type
Additional context
No response
May I work on it either? @mattsse
@nadtech-hub do you still want to take this?
sorry didn't have notifications enabled for this one
Of course. Could you take a look at another PR in evm repo?
I didn't check that either is external crate not yours. :)
Resolved by #84 I believe