1 2 3 4 5 6 7 8
#[dynamize::dynamize] trait Trait { type A: std::error::Error; fn a<X: Into<Self::A>>(&self, x: X); } fn main() {}