I don't suppose there's a way to say "These two ty...
# development
a
I don't suppose there's a way to say "These two types happen to have methods with the same signatures, I want my function to be able to take either of them" without explicitly defining a trait and implementing it for each type, is there?