#[dynamize::dynamize] trait Trait { fn a(&self, a: A); fn b(&self, a: A); } fn main() {}