pub trait IntoArgHolder { type Target; // Required method fn into_arg_holder(self) -> Self::Target; }