pub trait Injector { // Required method fn inject(self, fn_name: &str, inner_code: TokenStream) -> TokenStream; }