Double Derive
A procedural macro to derive a mirror of a trait designed to make it easier to implement test doubles.
Might just work for you, but early in development.
// Given an original trait with a derived `DummyTrait` test double
// When implementing `DummyTrait` for a struct `MyStruct`
;
// Then `MyStruct` also implements `OrgTrait`.
assert_eq!;