Type Alias mod_mgmt::StrongCrateRef
pub type StrongCrateRef = CowArc<LoadedCrate>;
Expand description
A Strong reference to a LoadedCrate
.
Aliased Type§
struct StrongCrateRef { /* private fields */ }
pub type StrongCrateRef = CowArc<LoadedCrate>;
A Strong reference to a LoadedCrate
.
struct StrongCrateRef { /* private fields */ }