pub trait WithJvmtiEnvBuilder<'a, T> { // Required method fn build(&self, _: &'a JVMTIEnv<'a>) -> Vec<T>; }