1 2 3 4 5
#[dyn_trait] trait Meta<T> { fn method_1(arg1: Self, arg2: &Self); fn method_2(arg: (T, Self, &Self)); }