pub trait UpgradeHandle { }Expand description
Can a handle be upgraded from a [Gc] to a [GcMut]?
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".
pub trait UpgradeHandle { }Can a handle be upgraded from a [Gc] to a [GcMut]?
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".