Closed
Description
Component
Other (please describe)
Describe the feature you would like
Currently we pass around DB generic everywhere for very little gain. I believe if we used Box<dyn Database>
or similar we could remove all of these generics, make Cheatcode
object-safe unifying it with DynCheatcode
, and generally deduplicate code.
Made possible by recent improvements by @klkvr
Additional context
No response
Metadata
Metadata
Type
Projects
Status
Completed