1 2 3 4 5 6 7 8
#[dynamize::dynamize] trait Trait { type A: Into<String>; fn a(&self) -> HashMap<Self::A>; } fn main() {}