pub trait Rcx<'tcx, 'o, 'a> { // Required methods fn rcx(&'o self) -> &'a rCanary<'tcx>; fn tcx(&'o self) -> TyCtxt<'tcx>; }