pub trait Rcx<'tcx, 'o, 'a> {
// Required methods
fn rcx(&'o self) -> &'a rCanary<'tcx>;
fn tcx(&'o self) -> TyCtxt<'tcx>;
}Required Methods§
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".