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