pub trait HasJar<J> { fn jar(&self) -> (&J, &Runtime); fn jar_mut(&mut self) -> (&mut J, &mut Runtime); }