Hi,
I have this example:
I know I can make it work by changing fct to take &T instead of &String but it is to demonstrate the issue I'm facing where what I pass to contains is a &String.
String implement both traits bounds I set on T so I'm a bit lost on what's happening here :-/