pub trait AsTracer { // Required method fn as_tracer<'a>(&'a mut self) -> Box<dyn TracerTrait + 'a>; }