You want to check if a trait has been implemented and that their implementation calls a particular method? Sounds fragile. I suppose you could add a new trait which promises they provide the specified Drop. Smells like an XY Problem. What problem are you solving with this?
↧