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