error: dynamize failure: there exists a same-named method generic with different bounds --> src/bin/method_generics_conflict.rs:4:10 | 4 | fn b<A: std::fmt::Display>(&self, a: A); | ^