Type Alias crate_metadata::StrongCrateRef
source · 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 */ }