1 2 3 4 5 6 7
#[dynamize::dynamize] trait Trait { fn a<A>(&self, a: A); fn b<A: std::fmt::Display>(&self, a: A); } fn main() {}